Html Css Color HEX #ED659D Pale Violet Red

📋 copy color: '#ED659D'

red 237 ◦ green 101 ◦ blue 157

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

Shades of Pale Violet Red #ED659D

Tints of Pale Violet Red #ED659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.4%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 47.88%
G = 20.4%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED659D (or 0xED659D) is known color: Pale Violet Red. HEX triplet: ED, 65 and 9D. RGB value is (237,101,157). Sum of RGB (Red+Green+Blue) = 237+101+157=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED659D is #129A62. Grayscale: #939393. Windows color (decimal): -1219171 or 10315245. OLE color: 10315245.

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

Color convert

RGB 237 101 157 -
CMYK 0 0.57 0.34 0.07
HSL 335.29º 0.79% 0.66% -
HSV(B) 335.29º 0.57% 0.93% -
XYZ 45.66 29.75 35.23 -
YUV 148.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 237 101 157 0 0.57 0.34 0.07 335.29 0.79 0.66
Hex ED 65 9D 0 39 22 7 14F 4F 42
Octal 355 145 235 0 71 42 7 517 117 102
Binary 11101101 1100101 10011101 0 111001 100010 111 101001111 1001111 1000010

Color Harmonies of #ED659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED659D

Black with #ED659D

Text Example


Text Example

White with #ED659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED659D; }

 p { color: rgb(237,101,157); }

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

background-color css

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

 a { background-color: rgb(237,101,157); }

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

border-color css

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

 span { border-color: rgb(237,101,157); }

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