#EF87C1

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

Shades of Tea Rose #EF87C1

Tints of Tea Rose #EF87C1

Color information

#EF87C1 (or 0xEF87C1) is unknown color: approx Tea Rose. HEX triplet: EF, 87 and C1. RGB value is (239,135,193). Sum of RGB (Red+Green+Blue) = 239+135+193=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87C1 is #10783E. Grayscale: #ACACAC. Windows color (decimal): -1079359 or 12683247. OLE color: 12683247.

HSL color Cylindrical-coordinate representation of color #EF87C1: hue angle of 326.54º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF87C1 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239135193-
CMYK00.440.190.06
HSL326.54º76.47%73.33%-
HSV(B)326.54º43.51%93.73%-
XYZ53.8939.5355.24-
YUV172.71139.46175.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=42.15%
G=23.81%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913519300.440.190.06326.5476.4773.33
HexEF87C102C1361474c49
Octal357207301054236507114111
Binary11101111100001111100000101011001001111010100011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87C1; }

 p { color: rgb(239,135,193); }

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

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

 a { background-color: rgb(239,135,193); }

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

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

 span { border-color: rgb(239,135,193); }

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