Html Css Color HEX #EF8EC3 Tea Rose

📋 copy color: '#EF8EC3'

red 239 ◦ green 142 ◦ blue 195

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

Shades of Tea Rose #EF8EC3

Tints of Tea Rose #EF8EC3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 41.49%
G = 24.65%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF8EC3 (or 0xEF8EC3) is known color: Tea Rose. HEX triplet: EF, 8E and C3. RGB value is (239,142,195). Sum of RGB (Red+Green+Blue) = 239+142+195=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EC3 is #10713C. Grayscale: #B0B0B0. Windows color (decimal): -1077565 or 12816111. OLE color: 12816111.

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

Color convert

RGB 239 142 195 -
CMYK 0 0.41 0.18 0.06
HSL 327.22º 0.75% 0.75% -
HSV(B) 327.22º 0.41% 0.94% -
XYZ 55.12 41.64 56.76 -
YUV 177.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 239 142 195 0 0.41 0.18 0.06 327.22 0.75 0.75
Hex EF 8E C3 0 29 12 6 147 4B 4B
Octal 357 216 303 0 51 22 6 507 113 113
Binary 11101111 10001110 11000011 0 101001 10010 110 101000111 1001011 1001011

Color Harmonies of #EF8EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EC3

Black with #EF8EC3

Text Example


Text Example

White with #EF8EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EC3; }

 p { color: rgb(239,142,195); }

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

background-color css

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

 a { background-color: rgb(239,142,195); }

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

border-color css

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

 span { border-color: rgb(239,142,195); }

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