Html Css Color HEX #EE4288 Violet Red

📋 copy color: '#EE4288'

red 238 ◦ green 66 ◦ blue 136

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

Shades of Violet Red #EE4288

Tints of Violet Red #EE4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 54.09%
G = 15%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EE4288 (or 0xEE4288) is known color: Violet Red. HEX triplet: EE, 42 and 88. RGB value is (238,66,136). Sum of RGB (Red+Green+Blue) = 238+66+136=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4288 is #11BD77. Grayscale: #7D7D7D. Windows color (decimal): -1162616 or 8930030. OLE color: 8930030.

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

Color convert

RGB 238 66 136 -
CMYK 0 0.72 0.43 0.07
HSL 335.58º 0.83% 0.6% -
HSV(B) 335.58º 0.72% 0.93% -
XYZ 41.65 23.85 25.7 -
YUV 125.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 238 66 136 0 0.72 0.43 0.07 335.58 0.83 0.6
Hex EE 42 88 0 48 2B 7 150 53 3C
Octal 356 102 210 0 110 53 7 520 123 74
Binary 11101110 1000010 10001000 0 1001000 101011 111 101010000 1010011 111100

Color Harmonies of #EE4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4288

Black with #EE4288

Text Example


Text Example

White with #EE4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4288; }

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

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

background-color css

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

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

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

border-color css

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

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

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