Html Css Color HEX #EC7ECD Tea Rose

📋 copy color: '#EC7ECD'

red 236 ◦ green 126 ◦ blue 205

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

Shades of Tea Rose #EC7ECD

Tints of Tea Rose #EC7ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.22%

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

R = 41.62%
G = 22.22%
B = 36.16%

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

#EC7ECD (or 0xEC7ECD) is known color: Tea Rose. HEX triplet: EC, 7E and CD. RGB value is (236,126,205). Sum of RGB (Red+Green+Blue) = 236+126+205=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ECD is #138132. Grayscale: #A7A7A7. Windows color (decimal): -1278259 or 13467372. OLE color: 13467372.

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

Color convert

RGB 236 126 205 -
CMYK 0 0.47 0.13 0.07
HSL 316.91º 0.74% 0.71% -
HSV(B) 316.91º 0.47% 0.93% -
XYZ 53.07 37.16 62.13 -
YUV 167.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 236 126 205 0 0.47 0.13 0.07 316.91 0.74 0.71
Hex EC 7E CD 0 2F D 7 13D 4A 47
Octal 354 176 315 0 57 15 7 475 112 107
Binary 11101100 1111110 11001101 0 101111 1101 111 100111101 1001010 1000111

Color Harmonies of #EC7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ECD

Black with #EC7ECD

Text Example


Text Example

White with #EC7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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