Html Css Color HEX #EB659A Pale Violet Red

📋 copy color: '#EB659A'

red 235 ◦ green 101 ◦ blue 154

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

Shades of Pale Violet Red #EB659A

Tints of Pale Violet Red #EB659A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 47.96%
G = 20.61%
B = 31.43%

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

#EB659A (or 0xEB659A) is known color: Pale Violet Red. HEX triplet: EB, 65 and 9A. RGB value is (235,101,154). Sum of RGB (Red+Green+Blue) = 235+101+154=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB659A is #149A65. Grayscale: #939393. Windows color (decimal): -1350246 or 10118635. OLE color: 10118635.

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

Color convert

RGB 235 101 154 -
CMYK 0 0.57 0.34 0.08
HSL 336.27º 0.77% 0.66% -
HSV(B) 336.27º 0.57% 0.92% -
XYZ 44.75 29.3 33.87 -
YUV 147.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 235 101 154 0 0.57 0.34 0.08 336.27 0.77 0.66
Hex EB 65 9A 0 39 22 8 150 4D 42
Octal 353 145 232 0 71 42 10 520 115 102
Binary 11101011 1100101 10011010 0 111001 100010 1000 101010000 1001101 1000010

Color Harmonies of #EB659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB659A

Black with #EB659A

Text Example


Text Example

White with #EB659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB659A; }

 p { color: rgb(235,101,154); }

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

background-color css

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

 a { background-color: rgb(235,101,154); }

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

border-color css

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

 span { border-color: rgb(235,101,154); }

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