Html Css Color HEX #ED649B Pale Violet Red

📋 copy color: '#ED649B'

red 237 ◦ green 100 ◦ blue 155

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

Shades of Pale Violet Red #ED649B

Tints of Pale Violet Red #ED649B

RGB

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

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

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

R = 48.17%
G = 20.33%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED649B (or 0xED649B) is known color: Pale Violet Red. HEX triplet: ED, 64 and 9B. RGB value is (237,100,155). Sum of RGB (Red+Green+Blue) = 237+100+155=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED649B is #129B64. Grayscale: #939393. Windows color (decimal): -1219429 or 10183917. OLE color: 10183917.

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

Color convert

RGB 237 100 155 -
CMYK 0 0.58 0.35 0.07
HSL 335.91º 0.79% 0.66% -
HSV(B) 335.91º 0.58% 0.93% -
XYZ 45.4 29.49 34.31 -
YUV 147.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 237 100 155 0 0.58 0.35 0.07 335.91 0.79 0.66
Hex ED 64 9B 0 3A 23 7 150 4F 42
Octal 355 144 233 0 72 43 7 520 117 102
Binary 11101101 1100100 10011011 0 111010 100011 111 101010000 1001111 1000010

Color Harmonies of #ED649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED649B

Black with #ED649B

Text Example


Text Example

White with #ED649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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