#ED83CA

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

Shades of Tea Rose #ED83CA

Tints of Tea Rose #ED83CA

Color information

#ED83CA (or 0xED83CA) is unknown color: approx Tea Rose. HEX triplet: ED, 83 and CA. RGB value is (237,131,202). Sum of RGB (Red+Green+Blue) = 237+131+202=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83CA is #127C35. Grayscale: #AAAAAA. Windows color (decimal): -1211446 or 13272045. OLE color: 13272045.

HSL color Cylindrical-coordinate representation of color #ED83CA: hue angle of 319.81º degrees, saturation: 0.75, 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 #ED83CA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237131202-
CMYK00.450.150.07
HSL319.81º74.65%72.16%-
HSV(B)319.81º44.73%92.94%-
XYZ53.738.560.48-
YUV170.79145.62175.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=41.58%
G=22.98%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713120200.450.150.07319.8174.6572.16
HexED83CA02DF71404b48
Octal355203312055177500113110
Binary1110110110000011110010100101101111111110100000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83CA; }

 p { color: rgb(237,131,202); }

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

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

 a { background-color: rgb(237,131,202); }

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

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

 span { border-color: rgb(237,131,202); }

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