Html Css Color HEX #EC8DCF Tea Rose

📋 copy color: '#EC8DCF'

red 236 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #EC8DCF

Tints of Tea Rose #EC8DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.14%

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 40.41%
G = 24.14%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC8DCF (or 0xEC8DCF) is known color: Tea Rose. HEX triplet: EC, 8D and CF. RGB value is (236,141,207). Sum of RGB (Red+Green+Blue) = 236+141+207=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DCF is #137230. Grayscale: #B0B0B0. Windows color (decimal): -1274417 or 13602284. OLE color: 13602284.

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

Color convert

RGB 236 141 207 -
CMYK 0 0.40 0.12 0.07
HSL 318.32º 0.71% 0.74% -
HSV(B) 318.32º 0.4% 0.93% -
XYZ 55.38 41.39 64.1 -
YUV 176.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 236 141 207 0 0.40 0.12 0.07 318.32 0.71 0.74
Hex EC 8D CF 0 28 C 7 13E 47 4A
Octal 354 215 317 0 50 14 7 476 107 112
Binary 11101100 10001101 11001111 0 101000 1100 111 100111110 1000111 1001010

Color Harmonies of #EC8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DCF

Black with #EC8DCF

Text Example


Text Example

White with #EC8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DCF; }

 p { color: rgb(236,141,207); }

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

background-color css

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

 a { background-color: rgb(236,141,207); }

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

border-color css

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

 span { border-color: rgb(236,141,207); }

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