Html Css Color HEX #EC7ACD Tea Rose

📋 copy color: '#EC7ACD'

red 236 ◦ green 122 ◦ blue 205

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

Shades of Tea Rose #EC7ACD

Tints of Tea Rose #EC7ACD

RGB

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

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

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

R = 41.92%
G = 21.67%
B = 36.41%

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

#EC7ACD (or 0xEC7ACD) is known color: Tea Rose. HEX triplet: EC, 7A and CD. RGB value is (236,122,205). Sum of RGB (Red+Green+Blue) = 236+122+205=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ACD is #138532. Grayscale: #A5A5A5. Windows color (decimal): -1279283 or 13466348. OLE color: 13466348.

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

Color convert

RGB 236 122 205 -
CMYK 0 0.48 0.13 0.07
HSL 316.32º 0.75% 0.7% -
HSV(B) 316.32º 0.48% 0.93% -
XYZ 52.57 36.16 61.97 -
YUV 165.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 236 122 205 0 0.48 0.13 0.07 316.32 0.75 0.7
Hex EC 7A CD 0 30 D 7 13C 4B 46
Octal 354 172 315 0 60 15 7 474 113 106
Binary 11101100 1111010 11001101 0 110000 1101 111 100111100 1001011 1000110

Color Harmonies of #EC7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ACD

Black with #EC7ACD

Text Example


Text Example

White with #EC7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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