Html Css Color HEX #EC8CCD Tea Rose

📋 copy color: '#EC8CCD'

red 236 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #EC8CCD

Tints of Tea Rose #EC8CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 40.62%
G = 24.1%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC8CCD (or 0xEC8CCD) is known color: Tea Rose. HEX triplet: EC, 8C and CD. RGB value is (236,140,205). Sum of RGB (Red+Green+Blue) = 236+140+205=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCD is #137332. Grayscale: #AFAFAF. Windows color (decimal): -1274675 or 13470956. OLE color: 13470956.

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

Color convert

RGB 236 140 205 -
CMYK 0 0.41 0.13 0.07
HSL 319.38º 0.72% 0.74% -
HSV(B) 319.38º 0.41% 0.93% -
XYZ 54.99 41 62.77 -
YUV 176.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 236 140 205 0 0.41 0.13 0.07 319.38 0.72 0.74
Hex EC 8C CD 0 29 D 7 13F 48 4A
Octal 354 214 315 0 51 15 7 477 110 112
Binary 11101100 10001100 11001101 0 101001 1101 111 100111111 1001000 1001010

Color Harmonies of #EC8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CCD

Black with #EC8CCD

Text Example


Text Example

White with #EC8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CCD; }

 p { color: rgb(236,140,205); }

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

background-color css

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

 a { background-color: rgb(236,140,205); }

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

border-color css

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

 span { border-color: rgb(236,140,205); }

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