Html Css Color HEX #EC7DCD Tea Rose

📋 copy color: '#EC7DCD'

red 236 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #EC7DCD

Tints of Tea Rose #EC7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.08%

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

R = 41.7%
G = 22.08%
B = 36.22%

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

#EC7DCD (or 0xEC7DCD) is known color: Tea Rose. HEX triplet: EC, 7D and CD. RGB value is (236,125,205). Sum of RGB (Red+Green+Blue) = 236+125+205=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DCD is #138232. Grayscale: #A7A7A7. Windows color (decimal): -1278515 or 13467116. OLE color: 13467116.

HSL color Cylindrical-coordinate representation of color #EC7DCD: hue angle of 316.76º degrees, saturation: 0.74, 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 #EC7DCD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 205 -
CMYK 0 0.47 0.13 0.07
HSL 316.76º 0.74% 0.71% -
HSV(B) 316.76º 0.47% 0.93% -
XYZ 52.95 36.91 62.09 -
YUV 167.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 236 125 205 0 0.47 0.13 0.07 316.76 0.74 0.71
Hex EC 7D CD 0 2F D 7 13D 4A 47
Octal 354 175 315 0 57 15 7 475 112 107
Binary 11101100 1111101 11001101 0 101111 1101 111 100111101 1001010 1000111

Color Harmonies of #EC7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DCD

Black with #EC7DCD

Text Example


Text Example

White with #EC7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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