Html Css Color HEX #EE427D Violet Red

📋 copy color: '#EE427D'

red 238 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #EE427D

Tints of Violet Red #EE427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 55.48%
G = 15.38%
B = 29.14%

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

#EE427D (or 0xEE427D) is known color: Violet Red. HEX triplet: EE, 42 and 7D. RGB value is (238,66,125). Sum of RGB (Red+Green+Blue) = 238+66+125=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE427D is #11BD82. Grayscale: #7C7C7C. Windows color (decimal): -1162627 or 8209134. OLE color: 8209134.

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

Color convert

RGB 238 66 125 -
CMYK 0 0.72 0.47 0.07
HSL 339.42º 0.83% 0.6% -
HSV(B) 339.42º 0.72% 0.93% -
XYZ 40.91 23.55 21.79 -
YUV 124.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 238 66 125 0 0.72 0.47 0.07 339.42 0.83 0.6
Hex EE 42 7D 0 48 2F 7 153 53 3C
Octal 356 102 175 0 110 57 7 523 123 74
Binary 11101110 1000010 1111101 0 1001000 101111 111 101010011 1010011 111100

Color Harmonies of #EE427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE427D

Black with #EE427D

Text Example


Text Example

White with #EE427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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