Html Css Color HEX #EE427F Violet Red

📋 copy color: '#EE427F'

red 238 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #EE427F

Tints of Violet Red #EE427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 55.22%
G = 15.31%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE427F (or 0xEE427F) is known color: Violet Red. HEX triplet: EE, 42 and 7F. RGB value is (238,66,127). Sum of RGB (Red+Green+Blue) = 238+66+127=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE427F is #11BD80. Grayscale: #7C7C7C. Windows color (decimal): -1162625 or 8340206. OLE color: 8340206.

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

Color convert

RGB 238 66 127 -
CMYK 0 0.72 0.47 0.07
HSL 338.72º 0.83% 0.6% -
HSV(B) 338.72º 0.72% 0.93% -
XYZ 41.04 23.61 22.47 -
YUV 124.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 238 66 127 0 0.72 0.47 0.07 338.72 0.83 0.6
Hex EE 42 7F 0 48 2F 7 153 53 3C
Octal 356 102 177 0 110 57 7 523 123 74
Binary 11101110 1000010 1111111 0 1001000 101111 111 101010011 1010011 111100

Color Harmonies of #EE427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE427F

Black with #EE427F

Text Example


Text Example

White with #EE427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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