Html Css Color HEX #ED6497 Pale Violet Red

📋 copy color: '#ED6497'

red 237 ◦ green 100 ◦ blue 151

#ED6497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #ED6497

Tints of Pale Violet Red #ED6497

RGB

 RED value IS 237 (92.97% from 255) = 48.57%

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 48.57%
G = 20.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED6497 (or 0xED6497) is known color: Pale Violet Red. HEX triplet: ED, 64 and 97. RGB value is (237,100,151). Sum of RGB (Red+Green+Blue) = 237+100+151=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6497 is #129B68. Grayscale: #929292. Windows color (decimal): -1219433 or 9921773. OLE color: 9921773.

HSL color Cylindrical-coordinate representation of color #ED6497: hue angle of 337.66º 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 #ED6497 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 100 151 -
CMYK 0 0.58 0.36 0.07
HSL 337.66º 0.79% 0.66% -
HSV(B) 337.66º 0.58% 0.93% -
XYZ 45.07 29.35 32.57 -
YUV 146.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 237 100 151 0 0.58 0.36 0.07 337.66 0.79 0.66
Hex ED 64 97 0 3A 24 7 152 4F 42
Octal 355 144 227 0 72 44 7 522 117 102
Binary 11101101 1100100 10010111 0 111010 100100 111 101010010 1001111 1000010

Color Harmonies of #ED6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6497

Black with #ED6497

Text Example


Text Example

White with #ED6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6497; }

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

 H1.HeaderClassName
 {
   color: #ED6497;
 }
 .AnyTagClassName
 {
   color: #ED6497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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