#EC81CD

Color #EC81CD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EC81CD

Tints of Tea Rose #EC81CD

Color information

#EC81CD (or 0xEC81CD) is unknown color: approx Tea Rose. HEX triplet: EC, 81 and CD. RGB value is (236,129,205). Sum of RGB (Red+Green+Blue) = 236+129+205=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CD is #137E32. Grayscale: #A9A9A9. Windows color (decimal): -1277491 or 13468140. OLE color: 13468140.

HSL color Cylindrical-coordinate representation of color #EC81CD: hue angle of 317.38º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81CD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236129205-
CMYK00.450.130.07
HSL317.38º73.79%71.57%-
HSV(B)317.38º45.34%92.55%-
XYZ53.4637.9462.26-
YUV169.66147.95175.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=41.40%
G=22.63%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612920500.450.130.07317.3873.7971.57
HexEC81CD02DD713d4a48
Octal354201315055157475112110
Binary1110110010000001110011010101101110111110011110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81CD; }

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

 H1.HeaderClassName
 {
   color: #EC81CD;
 }
 .AnyTagClassName
 {
   color: #EC81CD;
 }
</style>
background-color css

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

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

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

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

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

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