Html Css Color HEX #EF8FCB Tea Rose

📋 copy color: '#EF8FCB'

red 239 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #EF8FCB

Tints of Tea Rose #EF8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.44%

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

R = 40.85%
G = 24.44%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF8FCB (or 0xEF8FCB) is known color: Tea Rose. HEX triplet: EF, 8F and CB. RGB value is (239,143,203). Sum of RGB (Red+Green+Blue) = 239+143+203=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FCB is #107034. Grayscale: #B2B2B2. Windows color (decimal): -1077301 or 13340655. OLE color: 13340655.

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

Color convert

RGB 239 143 203 -
CMYK 0 0.40 0.15 0.06
HSL 322.5º 0.75% 0.75% -
HSV(B) 322.5º 0.4% 0.94% -
XYZ 56.2 42.31 61.7 -
YUV 178.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 239 143 203 0 0.40 0.15 0.06 322.5 0.75 0.75
Hex EF 8F CB 0 28 F 6 142 4B 4B
Octal 357 217 313 0 50 17 6 502 113 113
Binary 11101111 10001111 11001011 0 101000 1111 110 101000010 1001011 1001011

Color Harmonies of #EF8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FCB

Black with #EF8FCB

Text Example


Text Example

White with #EF8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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