Html Css Color HEX #EC7CCD Tea Rose

📋 copy color: '#EC7CCD'

red 236 ◦ green 124 ◦ blue 205

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

Shades of Tea Rose #EC7CCD

Tints of Tea Rose #EC7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

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

R = 41.77%
G = 21.95%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC7CCD (or 0xEC7CCD) is known color: Tea Rose. HEX triplet: EC, 7C and CD. RGB value is (236,124,205). Sum of RGB (Red+Green+Blue) = 236+124+205=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CCD is #138332. Grayscale: #A6A6A6. Windows color (decimal): -1278771 or 13466860. OLE color: 13466860.

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

Color convert

RGB 236 124 205 -
CMYK 0 0.47 0.13 0.07
HSL 316.61º 0.75% 0.71% -
HSV(B) 316.61º 0.47% 0.93% -
XYZ 52.82 36.66 62.05 -
YUV 166.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 236 124 205 0 0.47 0.13 0.07 316.61 0.75 0.71
Hex EC 7C CD 0 2F D 7 13D 4B 47
Octal 354 174 315 0 57 15 7 475 113 107
Binary 11101100 1111100 11001101 0 101111 1101 111 100111101 1001011 1000111

Color Harmonies of #EC7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CCD

Black with #EC7CCD

Text Example


Text Example

White with #EC7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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