Html Css Color HEX #EE428F Violet Red

📋 copy color: '#EE428F'

red 238 ◦ green 66 ◦ blue 143

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

Shades of Violet Red #EE428F

Tints of Violet Red #EE428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 53.24%
G = 14.77%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE428F (or 0xEE428F) is known color: Violet Red. HEX triplet: EE, 42 and 8F. RGB value is (238,66,143). Sum of RGB (Red+Green+Blue) = 238+66+143=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE428F is #11BD70. Grayscale: #7E7E7E. Windows color (decimal): -1162609 or 9388782. OLE color: 9388782.

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

Color convert

RGB 238 66 143 -
CMYK 0 0.72 0.40 0.07
HSL 333.14º 0.83% 0.6% -
HSV(B) 333.14º 0.72% 0.93% -
XYZ 42.17 24.06 28.41 -
YUV 126.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 238 66 143 0 0.72 0.40 0.07 333.14 0.83 0.6
Hex EE 42 8F 0 48 28 7 14D 53 3C
Octal 356 102 217 0 110 50 7 515 123 74
Binary 11101110 1000010 10001111 0 1001000 101000 111 101001101 1010011 111100

Color Harmonies of #EE428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE428F

Black with #EE428F

Text Example


Text Example

White with #EE428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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