Html Css Color HEX #EE428D Violet Red

📋 copy color: '#EE428D'

red 238 ◦ green 66 ◦ blue 141

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

Shades of Violet Red #EE428D

Tints of Violet Red #EE428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 53.48%
G = 14.83%
B = 31.69%

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

#EE428D (or 0xEE428D) is known color: Violet Red. HEX triplet: EE, 42 and 8D. RGB value is (238,66,141). Sum of RGB (Red+Green+Blue) = 238+66+141=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE428D is #11BD72. Grayscale: #7D7D7D. Windows color (decimal): -1162611 or 9257710. OLE color: 9257710.

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

Color convert

RGB 238 66 141 -
CMYK 0 0.72 0.41 0.07
HSL 333.84º 0.83% 0.6% -
HSV(B) 333.84º 0.72% 0.93% -
XYZ 42.02 24 27.62 -
YUV 125.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 238 66 141 0 0.72 0.41 0.07 333.84 0.83 0.6
Hex EE 42 8D 0 48 29 7 14E 53 3C
Octal 356 102 215 0 110 51 7 516 123 74
Binary 11101110 1000010 10001101 0 1001000 101001 111 101001110 1010011 111100

Color Harmonies of #EE428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE428D

Black with #EE428D

Text Example


Text Example

White with #EE428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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