Html Css Color HEX #EB449E Violet Red

📋 copy color: '#EB449E'

red 235 ◦ green 68 ◦ blue 158

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

Shades of Violet Red #EB449E

Tints of Violet Red #EB449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

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

R = 50.98%
G = 14.75%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB449E (or 0xEB449E) is known color: Violet Red. HEX triplet: EB, 44 and 9E. RGB value is (235,68,158). Sum of RGB (Red+Green+Blue) = 235+68+158=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB449E is #14BB61. Grayscale: #808080. Windows color (decimal): -1358690 or 10372331. OLE color: 10372331.

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

Color convert

RGB 235 68 158 -
CMYK 0 0.71 0.33 0.08
HSL 327.66º 0.81% 0.59% -
HSV(B) 327.66º 0.71% 0.92% -
XYZ 42.5 24.27 34.79 -
YUV 128.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 235 68 158 0 0.71 0.33 0.08 327.66 0.81 0.59
Hex EB 44 9E 0 47 21 8 148 51 3B
Octal 353 104 236 0 107 41 10 510 121 73
Binary 11101011 1000100 10011110 0 1000111 100001 1000 101001000 1010001 111011

Color Harmonies of #EB449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB449E

Black with #EB449E

Text Example


Text Example

White with #EB449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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