Html Css Color HEX #EB649D Pale Violet Red

📋 copy color: '#EB649D'

red 235 ◦ green 100 ◦ blue 157

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

Shades of Pale Violet Red #EB649D

Tints of Pale Violet Red #EB649D

RGB

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

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

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

R = 47.76%
G = 20.33%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB649D (or 0xEB649D) is known color: Pale Violet Red. HEX triplet: EB, 64 and 9D. RGB value is (235,100,157). Sum of RGB (Red+Green+Blue) = 235+100+157=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB649D is #149B62. Grayscale: #929292. Windows color (decimal): -1350499 or 10314987. OLE color: 10314987.

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

Color convert

RGB 235 100 157 -
CMYK 0 0.57 0.33 0.08
HSL 334.67º 0.77% 0.66% -
HSV(B) 334.67º 0.57% 0.92% -
XYZ 44.9 29.21 35.17 -
YUV 146.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 235 100 157 0 0.57 0.33 0.08 334.67 0.77 0.66
Hex EB 64 9D 0 39 21 8 14F 4D 42
Octal 353 144 235 0 71 41 10 517 115 102
Binary 11101011 1100100 10011101 0 111001 100001 1000 101001111 1001101 1000010

Color Harmonies of #EB649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB649D

Black with #EB649D

Text Example


Text Example

White with #EB649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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