Html Css Color HEX #EE418A Violet Red

📋 copy color: '#EE418A'

red 238 ◦ green 65 ◦ blue 138

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

Shades of Violet Red #EE418A

Tints of Violet Red #EE418A

RGB

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

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

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

R = 53.97%
G = 14.74%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE418A (or 0xEE418A) is known color: Violet Red. HEX triplet: EE, 41 and 8A. RGB value is (238,65,138). Sum of RGB (Red+Green+Blue) = 238+65+138=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE418A is #11BE75. Grayscale: #7C7C7C. Windows color (decimal): -1162870 or 9060846. OLE color: 9060846.

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

Color convert

RGB 238 65 138 -
CMYK 0 0.73 0.42 0.07
HSL 334.68º 0.84% 0.59% -
HSV(B) 334.68º 0.73% 0.93% -
XYZ 41.74 23.79 26.44 -
YUV 125.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 238 65 138 0 0.73 0.42 0.07 334.68 0.84 0.59
Hex EE 41 8A 0 49 2A 7 14F 54 3B
Octal 356 101 212 0 111 52 7 517 124 73
Binary 11101110 1000001 10001010 0 1001001 101010 111 101001111 1010100 111011

Color Harmonies of #EE418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE418A

Black with #EE418A

Text Example


Text Example

White with #EE418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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