Html Css Color HEX #EB459B Violet Red

📋 copy color: '#EB459B'

red 235 ◦ green 69 ◦ blue 155

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

Shades of Violet Red #EB459B

Tints of Violet Red #EB459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.03%

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

R = 51.2%
G = 15.03%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB459B (or 0xEB459B) is known color: Violet Red. HEX triplet: EB, 45 and 9B. RGB value is (235,69,155). Sum of RGB (Red+Green+Blue) = 235+69+155=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB459B is #14BA64. Grayscale: #808080. Windows color (decimal): -1358437 or 10175979. OLE color: 10175979.

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

Color convert

RGB 235 69 155 -
CMYK 0 0.71 0.34 0.08
HSL 328.92º 0.81% 0.6% -
HSV(B) 328.92º 0.71% 0.92% -
XYZ 42.31 24.28 33.47 -
YUV 128.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 235 69 155 0 0.71 0.34 0.08 328.92 0.81 0.6
Hex EB 45 9B 0 47 22 8 149 51 3C
Octal 353 105 233 0 107 42 10 511 121 74
Binary 11101011 1000101 10011011 0 1000111 100010 1000 101001001 1010001 111100

Color Harmonies of #EB459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB459B

Black with #EB459B

Text Example


Text Example

White with #EB459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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