Html Css Color HEX #EC80CD Tea Rose

📋 copy color: '#EC80CD'

red 236 ◦ green 128 ◦ blue 205

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

Shades of Tea Rose #EC80CD

Tints of Tea Rose #EC80CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

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

R = 41.48%
G = 22.5%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC80CD (or 0xEC80CD) is known color: Tea Rose. HEX triplet: EC, 80 and CD. RGB value is (236,128,205). Sum of RGB (Red+Green+Blue) = 236+128+205=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80CD is #137F32. Grayscale: #A8A8A8. Windows color (decimal): -1277747 or 13467884. OLE color: 13467884.

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

Color convert

RGB 236 128 205 -
CMYK 0 0.46 0.13 0.07
HSL 317.22º 0.74% 0.71% -
HSV(B) 317.22º 0.46% 0.93% -
XYZ 53.33 37.68 62.22 -
YUV 169.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 236 128 205 0 0.46 0.13 0.07 317.22 0.74 0.71
Hex EC 80 CD 0 2E D 7 13D 4A 47
Octal 354 200 315 0 56 15 7 475 112 107
Binary 11101100 10000000 11001101 0 101110 1101 111 100111101 1001010 1000111

Color Harmonies of #EC80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80CD

Black with #EC80CD

Text Example


Text Example

White with #EC80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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