Html Css Color HEX #E5418A Violet Red

📋 copy color: '#E5418A'

red 229 ◦ green 65 ◦ blue 138

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

Shades of Violet Red #E5418A

Tints of Violet Red #E5418A

RGB

 RED value IS 229 (89.84% from 255) = 53.01%

 GREEN value IS 65 (25.78% from 255) = 15.05%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 53.01%
G = 15.05%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5418A (or 0xE5418A) is known color: Violet Red. HEX triplet: E5, 41 and 8A. RGB value is (229,65,138). Sum of RGB (Red+Green+Blue) = 229+65+138=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5418A is #1ABE75. Grayscale: #7A7A7A. Windows color (decimal): -1752694 or 9060837. OLE color: 9060837.

HSL color Cylindrical-coordinate representation of color #E5418A: hue angle of 333.29º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5418A is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 65 138 -
CMYK 0 0.72 0.40 0.10
HSL 333.29º 0.76% 0.58% -
HSV(B) 333.29º 0.72% 0.9% -
XYZ 38.79 22.27 26.3 -
YUV 122.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 229 65 138 0 0.72 0.40 0.10 333.29 0.76 0.58
Hex E5 41 8A 0 48 28 A 14D 4C 3A
Octal 345 101 212 0 110 50 12 515 114 72
Binary 11100101 1000001 10001010 0 1001000 101000 1010 101001101 1001100 111010

Color Harmonies of #E5418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5418A

Black with #E5418A

Text Example


Text Example

White with #E5418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5418A; }

 p { color: rgb(229,65,138); }

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

background-color css

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

 a { background-color: rgb(229,65,138); }

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

border-color css

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

 span { border-color: rgb(229,65,138); }

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