Html Css Color HEX #EC8FCC Tea Rose

📋 copy color: '#EC8FCC'

red 236 ◦ green 143 ◦ blue 204

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

Shades of Tea Rose #EC8FCC

Tints of Tea Rose #EC8FCC

RGB

 RED value IS 236 (92.58% from 255) = 40.48%

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

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

R = 40.48%
G = 24.53%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8FCC (or 0xEC8FCC) is known color: Tea Rose. HEX triplet: EC, 8F and CC. RGB value is (236,143,204). Sum of RGB (Red+Green+Blue) = 236+143+204=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCC is #137033. Grayscale: #B1B1B1. Windows color (decimal): -1273908 or 13406188. OLE color: 13406188.

HSL color Cylindrical-coordinate representation of color #EC8FCC: hue angle of 320.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FCC is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 143 204 -
CMYK 0 0.39 0.14 0.07
HSL 320.65º 0.71% 0.74% -
HSV(B) 320.65º 0.39% 0.93% -
XYZ 55.31 41.84 62.29 -
YUV 177.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 236 143 204 0 0.39 0.14 0.07 320.65 0.71 0.74
Hex EC 8F CC 0 27 E 7 141 47 4A
Octal 354 217 314 0 47 16 7 501 107 112
Binary 11101100 10001111 11001100 0 100111 1110 111 101000001 1000111 1001010

Color Harmonies of #EC8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FCC

Black with #EC8FCC

Text Example


Text Example

White with #EC8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FCC; }

 p { color: rgb(236,143,204); }

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

background-color css

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

 a { background-color: rgb(236,143,204); }

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

border-color css

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

 span { border-color: rgb(236,143,204); }

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