Html Css Color HEX #EE428C Violet Red

📋 copy color: '#EE428C'

red 238 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #EE428C

Tints of Violet Red #EE428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.86%

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 53.6%
G = 14.86%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE428C (or 0xEE428C) is known color: Violet Red. HEX triplet: EE, 42 and 8C. RGB value is (238,66,140). Sum of RGB (Red+Green+Blue) = 238+66+140=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE428C is #11BD73. Grayscale: #7D7D7D. Windows color (decimal): -1162612 or 9192174. OLE color: 9192174.

HSL color Cylindrical-coordinate representation of color #EE428C: hue angle of 334.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE428C is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 140 -
CMYK 0 0.72 0.41 0.07
HSL 334.19º 0.83% 0.6% -
HSV(B) 334.19º 0.72% 0.93% -
XYZ 41.94 23.97 27.23 -
YUV 125.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 238 66 140 0 0.72 0.41 0.07 334.19 0.83 0.6
Hex EE 42 8C 0 48 29 7 14E 53 3C
Octal 356 102 214 0 110 51 7 516 123 74
Binary 11101110 1000010 10001100 0 1001000 101001 111 101001110 1010011 111100

Color Harmonies of #EE428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE428C

Black with #EE428C

Text Example


Text Example

White with #EE428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE428C; }

 p { color: rgb(238,66,140); }

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

background-color css

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

 a { background-color: rgb(238,66,140); }

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

border-color css

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

 span { border-color: rgb(238,66,140); }

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