#ED7ACA

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

Shades of Tea Rose #ED7ACA

Tints of Tea Rose #ED7ACA

Color information

#ED7ACA (or 0xED7ACA) is unknown color: approx Tea Rose. HEX triplet: ED, 7A and CA. RGB value is (237,122,202). Sum of RGB (Red+Green+Blue) = 237+122+202=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ACA is #128535. Grayscale: #A5A5A5. Windows color (decimal): -1213750 or 13269741. OLE color: 13269741.

HSL color Cylindrical-coordinate representation of color #ED7ACA: hue angle of 318.26º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7ACA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237122202-
CMYK00.490.150.07
HSL318.26º76.16%70.39%-
HSV(B)318.26º48.52%92.94%-
XYZ52.5536.1960.09-
YUV165.5148.6179-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=42.25%
G=21.75%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712220200.490.150.07318.2676.1670.39
HexED7ACA031F713e4c46
Octal355172312061177476114106
Binary111011011111010110010100110001111111110011111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7ACA; }

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

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

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

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

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

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

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

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