Html Css Color HEX #EB449C Violet Red

📋 copy color: '#EB449C'

red 235 ◦ green 68 ◦ blue 156

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

Shades of Violet Red #EB449C

Tints of Violet Red #EB449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 51.2%
G = 14.81%
B = 33.99%

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

#EB449C (or 0xEB449C) is known color: Violet Red. HEX triplet: EB, 44 and 9C. RGB value is (235,68,156). Sum of RGB (Red+Green+Blue) = 235+68+156=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB449C is #14BB63. Grayscale: #7F7F7F. Windows color (decimal): -1358692 or 10241259. OLE color: 10241259.

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

Color convert

RGB 235 68 156 -
CMYK 0 0.71 0.34 0.08
HSL 328.38º 0.81% 0.59% -
HSV(B) 328.38º 0.71% 0.92% -
XYZ 42.33 24.2 33.89 -
YUV 127.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 235 68 156 0 0.71 0.34 0.08 328.38 0.81 0.59
Hex EB 44 9C 0 47 22 8 148 51 3B
Octal 353 104 234 0 107 42 10 510 121 73
Binary 11101011 1000100 10011100 0 1000111 100010 1000 101001000 1010001 111011

Color Harmonies of #EB449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB449C

Black with #EB449C

Text Example


Text Example

White with #EB449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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