#ED8AC1

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

Shades of Tea Rose #ED8AC1

Tints of Tea Rose #ED8AC1

Color information

#ED8AC1 (or 0xED8AC1) is unknown color: approx Tea Rose. HEX triplet: ED, 8A and C1. RGB value is (237,138,193). Sum of RGB (Red+Green+Blue) = 237+138+193=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AC1 is #12753E. Grayscale: #ADADAD. Windows color (decimal): -1209663 or 12684013. OLE color: 12684013.

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

Color convert

RGB237138193-
CMYK00.420.190.07
HSL326.67º73.33%73.53%-
HSV(B)326.67º41.77%92.94%-
XYZ53.6440.0355.35-
YUV173.87138.8173.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=41.73%
G=24.30%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713819300.420.190.07326.6773.3373.53
HexED8AC102A137147494a
Octal355212301052237507111112
Binary11101101100010101100000101010101001111110100011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8AC1; }

 p { color: rgb(237,138,193); }

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

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

 a { background-color: rgb(237,138,193); }

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

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

 span { border-color: rgb(237,138,193); }

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