Html Css Color HEX #EB649B Pale Violet Red

📋 copy color: '#EB649B'

red 235 ◦ green 100 ◦ blue 155

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

Shades of Pale Violet Red #EB649B

Tints of Pale Violet Red #EB649B

RGB

 RED value IS 235 (92.19% from 255) = 47.96%

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

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

R = 47.96%
G = 20.41%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB649B (or 0xEB649B) is known color: Pale Violet Red. HEX triplet: EB, 64 and 9B. RGB value is (235,100,155). Sum of RGB (Red+Green+Blue) = 235+100+155=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB649B is #149B64. Grayscale: #929292. Windows color (decimal): -1350501 or 10183915. OLE color: 10183915.

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

Color convert

RGB 235 100 155 -
CMYK 0 0.57 0.34 0.08
HSL 335.56º 0.77% 0.66% -
HSV(B) 335.56º 0.57% 0.92% -
XYZ 44.73 29.14 34.28 -
YUV 146.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 235 100 155 0 0.57 0.34 0.08 335.56 0.77 0.66
Hex EB 64 9B 0 39 22 8 150 4D 42
Octal 353 144 233 0 71 42 10 520 115 102
Binary 11101011 1100100 10011011 0 111001 100010 1000 101010000 1001101 1000010

Color Harmonies of #EB649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB649B

Black with #EB649B

Text Example


Text Example

White with #EB649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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