Html Css Color HEX #EB3A77 Violet Red

📋 copy color: '#EB3A77'

red 235 ◦ green 58 ◦ blue 119

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

Shades of Violet Red #EB3A77

Tints of Violet Red #EB3A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.08%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 57.04%
G = 14.08%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB3A77 (or 0xEB3A77) is known color: Violet Red. HEX triplet: EB, 3A and 77. RGB value is (235,58,119). Sum of RGB (Red+Green+Blue) = 235+58+119=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A77 is #14C588. Grayscale: #757575. Windows color (decimal): -1361289 or 7813867. OLE color: 7813867.

HSL color Cylindrical-coordinate representation of color #EB3A77: hue angle of 339.32º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3A77 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 119 -
CMYK 0 0.75 0.49 0.08
HSL 339.32º 0.82% 0.57% -
HSV(B) 339.32º 0.75% 0.92% -
XYZ 39.1 22.02 19.64 -
YUV 117.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 235 58 119 0 0.75 0.49 0.08 339.32 0.82 0.57
Hex EB 3A 77 0 4B 31 8 153 52 39
Octal 353 72 167 0 113 61 10 523 122 71
Binary 11101011 111010 1110111 0 1001011 110001 1000 101010011 1010010 111001

Color Harmonies of #EB3A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A77

Black with #EB3A77

Text Example


Text Example

White with #EB3A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A77; }

 p { color: rgb(235,58,119); }

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

background-color css

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

 a { background-color: rgb(235,58,119); }

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

border-color css

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

 span { border-color: rgb(235,58,119); }

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