Html Css Color HEX #ED659B Pale Violet Red

📋 copy color: '#ED659B'

red 237 ◦ green 101 ◦ blue 155

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

Shades of Pale Violet Red #ED659B

Tints of Pale Violet Red #ED659B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 48.07%
G = 20.49%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED659B (or 0xED659B) is known color: Pale Violet Red. HEX triplet: ED, 65 and 9B. RGB value is (237,101,155). Sum of RGB (Red+Green+Blue) = 237+101+155=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED659B is #129A64. Grayscale: #939393. Windows color (decimal): -1219173 or 10184173. OLE color: 10184173.

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

Color convert

RGB 237 101 155 -
CMYK 0 0.57 0.35 0.07
HSL 336.18º 0.79% 0.66% -
HSV(B) 336.18º 0.57% 0.93% -
XYZ 45.5 29.68 34.34 -
YUV 147.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 237 101 155 0 0.57 0.35 0.07 336.18 0.79 0.66
Hex ED 65 9B 0 39 23 7 150 4F 42
Octal 355 145 233 0 71 43 7 520 117 102
Binary 11101101 1100101 10011011 0 111001 100011 111 101010000 1001111 1000010

Color Harmonies of #ED659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED659B

Black with #ED659B

Text Example


Text Example

White with #ED659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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