Html Css Color HEX #EC7ACE Tea Rose

📋 copy color: '#EC7ACE'

red 236 ◦ green 122 ◦ blue 206

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

Shades of Tea Rose #EC7ACE

Tints of Tea Rose #EC7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 41.84%
G = 21.63%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC7ACE (or 0xEC7ACE) is known color: Tea Rose. HEX triplet: EC, 7A and CE. RGB value is (236,122,206). Sum of RGB (Red+Green+Blue) = 236+122+206=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ACE is #138531. Grayscale: #A5A5A5. Windows color (decimal): -1279282 or 13531884. OLE color: 13531884.

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

Color convert

RGB 236 122 206 -
CMYK 0 0.48 0.13 0.07
HSL 315.79º 0.75% 0.7% -
HSV(B) 315.79º 0.48% 0.93% -
XYZ 52.69 36.21 62.6 -
YUV 165.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 236 122 206 0 0.48 0.13 0.07 315.79 0.75 0.7
Hex EC 7A CE 0 30 D 7 13C 4B 46
Octal 354 172 316 0 60 15 7 474 113 106
Binary 11101100 1111010 11001110 0 110000 1101 111 100111100 1001011 1000110

Color Harmonies of #EC7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ACE

Black with #EC7ACE

Text Example


Text Example

White with #EC7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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