#ED6C9A

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

Shades of Pale Violet Red #ED6C9A

Tints of Pale Violet Red #ED6C9A

Color information

#ED6C9A (or 0xED6C9A) is unknown color: approx Pale Violet Red. HEX triplet: ED, 6C and 9A. RGB value is (237,108,154). Sum of RGB (Red+Green+Blue) = 237+108+154=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6C9A is #129365. Grayscale: #979797. Windows color (decimal): -1217382 or 10120429. OLE color: 10120429.

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

Color convert

RGB237108154-
CMYK00.540.350.07
HSL338.6º78.18%67.65%-
HSV(B)338.6º54.43%92.94%-
XYZ46.1231.0634.14-
YUV151.82129.24188.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=47.49%
G=21.64%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710815400.540.350.07338.678.1867.65
HexED6C9A0362371534e44
Octal355154232066437523116104
Binary11101101110110010011010011011010001111110101001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6C9A; }

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

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

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

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

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

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

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

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