#ed69a2

Color #ED69A2 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #ED69A2

Tints of Pale Violet Red #ED69A2

Color information

#ED69A2 (or 0xED69A2) is unknown color: approx Pale Violet Red. HEX triplet: ED, 69 and A2. RGB value is (237,105,162). Sum of RGB (Red+Green+Blue) = 237+105+162=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED69A2 is #12965D. Grayscale: #969696. Windows color (decimal): -1218142 or 10643949. OLE color: 10643949.

HSL color Cylindrical-coordinate representation of color #ED69A2: hue angle of 334.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69A2 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237105162-
CMYK00.560.320.07
HSL334.09º78.57%67.06%-
HSV(B)334.09º55.7%92.94%-
XYZ46.530.7237.66-
YUV150.97134.23189.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 162 (63.67% from 255) = 32.14%
R=47.02%
G=20.83%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710516200.560.320.07334.0978.5767.06
HexED69A203820714e4f43
Octal355151242070407516117103
Binary11101101110100110100010011100010000011110100111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed69a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed69a2; }

 p { color: rgb(237,105,162); }

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

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

 a { background-color: rgb(237,105,162); }

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

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

 span { border-color: rgb(237,105,162); }

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