Html Css Color HEX #EC8DCA Tea Rose

📋 copy color: '#EC8DCA'

red 236 ◦ green 141 ◦ blue 202

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

Shades of Tea Rose #EC8DCA

Tints of Tea Rose #EC8DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 40.76%
G = 24.35%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8DCA (or 0xEC8DCA) is known color: Tea Rose. HEX triplet: EC, 8D and CA. RGB value is (236,141,202). Sum of RGB (Red+Green+Blue) = 236+141+202=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DCA is #137235. Grayscale: #B0B0B0. Windows color (decimal): -1274422 or 13274604. OLE color: 13274604.

HSL color Cylindrical-coordinate representation of color #EC8DCA: hue angle of 321.47º 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 #EC8DCA is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 202 -
CMYK 0 0.40 0.14 0.07
HSL 321.47º 0.71% 0.74% -
HSV(B) 321.47º 0.4% 0.93% -
XYZ 54.78 41.15 60.93 -
YUV 176.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 236 141 202 0 0.40 0.14 0.07 321.47 0.71 0.74
Hex EC 8D CA 0 28 E 7 141 47 4A
Octal 354 215 312 0 50 16 7 501 107 112
Binary 11101100 10001101 11001010 0 101000 1110 111 101000001 1000111 1001010

Color Harmonies of #EC8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DCA

Black with #EC8DCA

Text Example


Text Example

White with #EC8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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