Html Css Color HEX #EF87CB Tea Rose

📋 copy color: '#EF87CB'

red 239 ◦ green 135 ◦ blue 203

#EF87CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EF87CB

Tints of Tea Rose #EF87CB

RGB

 RED value IS 239 (93.75% from 255) = 41.42%

 GREEN value IS 135 (53.13% from 255) = 23.4%

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 41.42%
G = 23.4%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF87CB (or 0xEF87CB) is known color: Tea Rose. HEX triplet: EF, 87 and CB. RGB value is (239,135,203). Sum of RGB (Red+Green+Blue) = 239+135+203=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87CB is #107834. Grayscale: #ADADAD. Windows color (decimal): -1079349 or 13338607. OLE color: 13338607.

HSL color Cylindrical-coordinate representation of color #EF87CB: hue angle of 320.77º 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 #EF87CB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 135 203 -
CMYK 0 0.44 0.15 0.06
HSL 320.77º 0.76% 0.73% -
HSV(B) 320.77º 0.44% 0.94% -
XYZ 55.04 39.99 61.32 -
YUV 173.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 239 135 203 0 0.44 0.15 0.06 320.77 0.76 0.73
Hex EF 87 CB 0 2C F 6 141 4C 49
Octal 357 207 313 0 54 17 6 501 114 111
Binary 11101111 10000111 11001011 0 101100 1111 110 101000001 1001100 1001001

Color Harmonies of #EF87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF87CB

Black with #EF87CB

Text Example


Text Example

White with #EF87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF87CB; }

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

 H1.HeaderClassName
 {
   color: #EF87CB;
 }
 .AnyTagClassName
 {
   color: #EF87CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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