Html Css Color HEX #EE419A Violet Red

📋 copy color: '#EE419A'

red 238 ◦ green 65 ◦ blue 154

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

Shades of Violet Red #EE419A

Tints of Violet Red #EE419A

RGB

 RED value IS 238 (93.36% from 255) = 52.08%

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 52.08%
G = 14.22%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE419A (or 0xEE419A) is known color: Violet Red. HEX triplet: EE, 41 and 9A. RGB value is (238,65,154). Sum of RGB (Red+Green+Blue) = 238+65+154=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE419A is #11BE65. Grayscale: #7E7E7E. Windows color (decimal): -1162854 or 10109422. OLE color: 10109422.

HSL color Cylindrical-coordinate representation of color #EE419A: hue angle of 329.13º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE419A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 154 -
CMYK 0 0.73 0.35 0.07
HSL 329.13º 0.84% 0.59% -
HSV(B) 329.13º 0.73% 0.93% -
XYZ 42.98 24.29 33 -
YUV 126.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 238 65 154 0 0.73 0.35 0.07 329.13 0.84 0.59
Hex EE 41 9A 0 49 23 7 149 54 3B
Octal 356 101 232 0 111 43 7 511 124 73
Binary 11101110 1000001 10011010 0 1001001 100011 111 101001001 1010100 111011

Color Harmonies of #EE419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE419A

Black with #EE419A

Text Example


Text Example

White with #EE419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE419A; }

 p { color: rgb(238,65,154); }

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

background-color css

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

 a { background-color: rgb(238,65,154); }

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

border-color css

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

 span { border-color: rgb(238,65,154); }

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