#ED649A

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

Shades of Pale Violet Red #ED649A

Tints of Pale Violet Red #ED649A

Color information

#ED649A (or 0xED649A) is unknown color: approx Pale Violet Red. HEX triplet: ED, 64 and 9A. RGB value is (237,100,154). Sum of RGB (Red+Green+Blue) = 237+100+154=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED649A is #129B65. Grayscale: #939393. Windows color (decimal): -1219430 or 10118381. OLE color: 10118381.

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

Color convert

RGB237100154-
CMYK00.580.350.07
HSL336.35º79.19%66.08%-
HSV(B)336.35º57.81%92.94%-
XYZ45.3129.4533.87-
YUV147.12131.89192.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=48.27%
G=20.37%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710015400.580.350.07336.3579.1966.08
HexED649A03A2371504f42
Octal355144232072437520117102
Binary11101101110010010011010011101010001111110101000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED649A; }

 p { color: rgb(237,100,154); }

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

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

 a { background-color: rgb(237,100,154); }

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

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

 span { border-color: rgb(237,100,154); }

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