Html Css Color HEX #EC7ACC Tea Rose

📋 copy color: '#EC7ACC'

red 236 ◦ green 122 ◦ blue 204

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

Shades of Tea Rose #EC7ACC

Tints of Tea Rose #EC7ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 41.99%
G = 21.71%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7ACC (or 0xEC7ACC) is known color: Tea Rose. HEX triplet: EC, 7A and CC. RGB value is (236,122,204). Sum of RGB (Red+Green+Blue) = 236+122+204=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ACC is #138533. Grayscale: #A5A5A5. Windows color (decimal): -1279284 or 13400812. OLE color: 13400812.

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

Color convert

RGB 236 122 204 -
CMYK 0 0.48 0.14 0.07
HSL 316.84º 0.75% 0.7% -
HSV(B) 316.84º 0.48% 0.93% -
XYZ 52.45 36.11 61.33 -
YUV 165.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 236 122 204 0 0.48 0.14 0.07 316.84 0.75 0.7
Hex EC 7A CC 0 30 E 7 13D 4B 46
Octal 354 172 314 0 60 16 7 475 113 106
Binary 11101100 1111010 11001100 0 110000 1110 111 100111101 1001011 1000110

Color Harmonies of #EC7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ACC

Black with #EC7ACC

Text Example


Text Example

White with #EC7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ACC; }

 p { color: rgb(236,122,204); }

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

background-color css

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

 a { background-color: rgb(236,122,204); }

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

border-color css

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

 span { border-color: rgb(236,122,204); }

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