Html Css Color HEX #EB649E Pale Violet Red

📋 copy color: '#EB649E'

red 235 ◦ green 100 ◦ blue 158

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

Shades of Pale Violet Red #EB649E

Tints of Pale Violet Red #EB649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 47.67%
G = 20.28%
B = 32.05%

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

#EB649E (or 0xEB649E) is known color: Pale Violet Red. HEX triplet: EB, 64 and 9E. RGB value is (235,100,158). Sum of RGB (Red+Green+Blue) = 235+100+158=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB649E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB649E is #149B61. Grayscale: #929292. Windows color (decimal): -1350498 or 10380523. OLE color: 10380523.

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

Color convert

RGB 235 100 158 -
CMYK 0 0.57 0.33 0.08
HSL 334.22º 0.77% 0.66% -
HSV(B) 334.22º 0.57% 0.92% -
XYZ 44.99 29.25 35.62 -
YUV 146.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 235 100 158 0 0.57 0.33 0.08 334.22 0.77 0.66
Hex EB 64 9E 0 39 21 8 14E 4D 42
Octal 353 144 236 0 71 41 10 516 115 102
Binary 11101011 1100100 10011110 0 111001 100001 1000 101001110 1001101 1000010

Color Harmonies of #EB649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB649E

Black with #EB649E

Text Example


Text Example

White with #EB649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB649E; }

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

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

background-color css

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

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

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

border-color css

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

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

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