Html Css Color HEX #EF8CCC Tea Rose

📋 copy color: '#EF8CCC'

red 239 ◦ green 140 ◦ blue 204

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

Shades of Tea Rose #EF8CCC

Tints of Tea Rose #EF8CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 40.99%
G = 24.01%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF8CCC (or 0xEF8CCC) is known color: Tea Rose. HEX triplet: EF, 8C and CC. RGB value is (239,140,204). Sum of RGB (Red+Green+Blue) = 239+140+204=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CCC is #107333. Grayscale: #B0B0B0. Windows color (decimal): -1078068 or 13405423. OLE color: 13405423.

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

Color convert

RGB 239 140 204 -
CMYK 0 0.41 0.15 0.06
HSL 321.21º 0.76% 0.74% -
HSV(B) 321.21º 0.41% 0.94% -
XYZ 55.87 41.47 62.19 -
YUV 176.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 239 140 204 0 0.41 0.15 0.06 321.21 0.76 0.74
Hex EF 8C CC 0 29 F 6 141 4C 4A
Octal 357 214 314 0 51 17 6 501 114 112
Binary 11101111 10001100 11001100 0 101001 1111 110 101000001 1001100 1001010

Color Harmonies of #EF8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CCC

Black with #EF8CCC

Text Example


Text Example

White with #EF8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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