Html Css Color HEX #EE427A Violet Red

📋 copy color: '#EE427A'

red 238 ◦ green 66 ◦ blue 122

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

Shades of Violet Red #EE427A

Tints of Violet Red #EE427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 55.87%
G = 15.49%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE427A (or 0xEE427A) is known color: Violet Red. HEX triplet: EE, 42 and 7A. RGB value is (238,66,122). Sum of RGB (Red+Green+Blue) = 238+66+122=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE427A is #11BD85. Grayscale: #7B7B7B. Windows color (decimal): -1162630 or 8012526. OLE color: 8012526.

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

Color convert

RGB 238 66 122 -
CMYK 0 0.72 0.49 0.07
HSL 340.47º 0.83% 0.6% -
HSV(B) 340.47º 0.72% 0.93% -
XYZ 40.72 23.48 20.8 -
YUV 123.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 238 66 122 0 0.72 0.49 0.07 340.47 0.83 0.6
Hex EE 42 7A 0 48 31 7 154 53 3C
Octal 356 102 172 0 110 61 7 524 123 74
Binary 11101110 1000010 1111010 0 1001000 110001 111 101010100 1010011 111100

Color Harmonies of #EE427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE427A

Black with #EE427A

Text Example


Text Example

White with #EE427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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