Html Css Color HEX #EC7EC5 Tea Rose

📋 copy color: '#EC7EC5'

red 236 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #EC7EC5

Tints of Tea Rose #EC7EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 42.22%
G = 22.54%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC7EC5 (or 0xEC7EC5) is known color: Tea Rose. HEX triplet: EC, 7E and C5. RGB value is (236,126,197). Sum of RGB (Red+Green+Blue) = 236+126+197=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EC5 is #13813A. Grayscale: #A6A6A6. Windows color (decimal): -1278267 or 12943084. OLE color: 12943084.

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

Color convert

RGB 236 126 197 -
CMYK 0 0.47 0.17 0.07
HSL 321.27º 0.74% 0.71% -
HSV(B) 321.27º 0.47% 0.93% -
XYZ 52.13 36.79 57.18 -
YUV 166.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 236 126 197 0 0.47 0.17 0.07 321.27 0.74 0.71
Hex EC 7E C5 0 2F 11 7 141 4A 47
Octal 354 176 305 0 57 21 7 501 112 107
Binary 11101100 1111110 11000101 0 101111 10001 111 101000001 1001010 1000111

Color Harmonies of #EC7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EC5

Black with #EC7EC5

Text Example


Text Example

White with #EC7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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