Html Css Color HEX #EB4481 Violet Red

📋 copy color: '#EB4481'

red 235 ◦ green 68 ◦ blue 129

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

Shades of Violet Red #EB4481

Tints of Violet Red #EB4481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.86%

R = 54.4%
G = 15.74%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB4481 (or 0xEB4481) is known color: Violet Red. HEX triplet: EB, 44 and 81. RGB value is (235,68,129). Sum of RGB (Red+Green+Blue) = 235+68+129=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4481 is #14BB7E. Grayscale: #7C7C7C. Windows color (decimal): -1358719 or 8471787. OLE color: 8471787.

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

Color convert

RGB 235 68 129 -
CMYK 0 0.71 0.45 0.08
HSL 338.08º 0.81% 0.59% -
HSV(B) 338.08º 0.71% 0.92% -
XYZ 40.29 23.38 23.16 -
YUV 124.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 235 68 129 0 0.71 0.45 0.08 338.08 0.81 0.59
Hex EB 44 81 0 47 2D 8 152 51 3B
Octal 353 104 201 0 107 55 10 522 121 73
Binary 11101011 1000100 10000001 0 1000111 101101 1000 101010010 1010001 111011

Color Harmonies of #EB4481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4481

Black with #EB4481

Text Example


Text Example

White with #EB4481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4481; }

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

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

background-color css

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

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

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

border-color css

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

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

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