Html Css Color HEX #EF8CCE Tea Rose

📋 copy color: '#EF8CCE'

red 239 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #EF8CCE

Tints of Tea Rose #EF8CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.93%

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 40.85%
G = 23.93%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF8CCE (or 0xEF8CCE) is known color: Tea Rose. HEX triplet: EF, 8C and CE. RGB value is (239,140,206). Sum of RGB (Red+Green+Blue) = 239+140+206=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CCE is #107331. Grayscale: #B0B0B0. Windows color (decimal): -1078066 or 13536495. OLE color: 13536495.

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

Color convert

RGB 239 140 206 -
CMYK 0 0.41 0.14 0.06
HSL 320º 0.76% 0.74% -
HSV(B) 320º 0.41% 0.94% -
XYZ 56.12 41.56 63.46 -
YUV 177.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 239 140 206 0 0.41 0.14 0.06 320 0.76 0.74
Hex EF 8C CE 0 29 E 6 140 4C 4A
Octal 357 214 316 0 51 16 6 500 114 112
Binary 11101111 10001100 11001110 0 101001 1110 110 101000000 1001100 1001010

Color Harmonies of #EF8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CCE

Black with #EF8CCE

Text Example


Text Example

White with #EF8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CCE; }

 p { color: rgb(239,140,206); }

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

background-color css

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

 a { background-color: rgb(239,140,206); }

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

border-color css

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

 span { border-color: rgb(239,140,206); }

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