Html Css Color HEX #EE427C Violet Red

📋 copy color: '#EE427C'

red 238 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #EE427C

Tints of Violet Red #EE427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 55.61%
G = 15.42%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE427C (or 0xEE427C) is known color: Violet Red. HEX triplet: EE, 42 and 7C. RGB value is (238,66,124). Sum of RGB (Red+Green+Blue) = 238+66+124=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE427C is #11BD83. Grayscale: #7B7B7B. Windows color (decimal): -1162628 or 8143598. OLE color: 8143598.

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

Color convert

RGB 238 66 124 -
CMYK 0 0.72 0.48 0.07
HSL 339.77º 0.83% 0.6% -
HSV(B) 339.77º 0.72% 0.93% -
XYZ 40.85 23.53 21.46 -
YUV 124.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 238 66 124 0 0.72 0.48 0.07 339.77 0.83 0.6
Hex EE 42 7C 0 48 30 7 154 53 3C
Octal 356 102 174 0 110 60 7 524 123 74
Binary 11101110 1000010 1111100 0 1001000 110000 111 101010100 1010011 111100

Color Harmonies of #EE427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE427C

Black with #EE427C

Text Example


Text Example

White with #EE427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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