Html Css Color HEX #EB3A89 Violet Red

📋 copy color: '#EB3A89'

red 235 ◦ green 58 ◦ blue 137

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

Shades of Violet Red #EB3A89

Tints of Violet Red #EB3A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 54.65%
G = 13.49%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB3A89 (or 0xEB3A89) is known color: Violet Red. HEX triplet: EB, 3A and 89. RGB value is (235,58,137). Sum of RGB (Red+Green+Blue) = 235+58+137=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3A89 is #14C576. Grayscale: #777777. Windows color (decimal): -1361271 or 8993515. OLE color: 8993515.

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

Color convert

RGB 235 58 137 -
CMYK 0 0.75 0.42 0.08
HSL 333.22º 0.82% 0.57% -
HSV(B) 333.22º 0.75% 0.92% -
XYZ 40.29 22.49 25.89 -
YUV 119.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 235 58 137 0 0.75 0.42 0.08 333.22 0.82 0.57
Hex EB 3A 89 0 4B 2A 8 14D 52 39
Octal 353 72 211 0 113 52 10 515 122 71
Binary 11101011 111010 10001001 0 1001011 101010 1000 101001101 1010010 111001

Color Harmonies of #EB3A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A89

Black with #EB3A89

Text Example


Text Example

White with #EB3A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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