#EF81CA

Color #EF81CA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EF81CA

Tints of Tea Rose #EF81CA

Color information

#EF81CA (or 0xEF81CA) is unknown color: approx Tea Rose. HEX triplet: EF, 81 and CA. RGB value is (239,129,202). Sum of RGB (Red+Green+Blue) = 239+129+202=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81CA is #107E35. Grayscale: #AAAAAA. Windows color (decimal): -1080886 or 13271535. OLE color: 13271535.

HSL color Cylindrical-coordinate representation of color #EF81CA: hue angle of 320.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81CA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239129202-
CMYK00.460.150.06
HSL320.18º77.46%72.16%-
HSV(B)320.18º46.03%93.73%-
XYZ54.1138.3260.42-
YUV170.21145.94177.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=41.93%
G=22.63%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912920200.460.150.06320.1877.4672.16
HexEF81CA02EF61404d48
Octal357201312056176500115110
Binary1110111110000001110010100101110111111010100000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81CA; }

 p { color: rgb(239,129,202); }

 H1.HeaderClassName
 {
   color: #EF81CA;
 }
 .AnyTagClassName
 {
   color: #EF81CA;
 }
</style>
background-color css

<style>
 a { background-color: #EF81CA; }

 a { background-color: rgb(239,129,202); }

 div.DivClassName
 {
   background-color: #EF81CA;
 }
 .BgClassName
 {
   background-color: #EF81CA;
 }
</style>
border-color css

<style>
 span { border-color: #EF81CA; }

 span { border-color: rgb(239,129,202); }

 td.TdClassName
 {
   border-color: #EF81CA;
 }
 .TagClassName
 {
   border-color: #EF81CA;
 }
</style>