#EC83CD

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

Shades of Tea Rose #EC83CD

Tints of Tea Rose #EC83CD

Color information

#EC83CD (or 0xEC83CD) is unknown color: approx Tea Rose. HEX triplet: EC, 83 and CD. RGB value is (236,131,205). Sum of RGB (Red+Green+Blue) = 236+131+205=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CD is #137C32. Grayscale: #AAAAAA. Windows color (decimal): -1276979 or 13468652. OLE color: 13468652.

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

Color convert

RGB236131205-
CMYK00.440.130.07
HSL317.71º73.43%71.96%-
HSV(B)317.71º44.49%92.55%-
XYZ53.7338.4762.35-
YUV170.83147.29174.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=41.26%
G=22.90%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613120500.440.130.07317.7173.4371.96
HexEC83CD02CD713e4948
Octal354203315054157476111110
Binary1110110010000011110011010101100110111110011111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83CD; }

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

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

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

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

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

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

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

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