Html Css Color HEX #EE4484 Violet Red

📋 copy color: '#EE4484'

red 238 ◦ green 68 ◦ blue 132

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

Shades of Violet Red #EE4484

Tints of Violet Red #EE4484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.53%

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 54.34%
G = 15.53%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE4484 (or 0xEE4484) is known color: Violet Red. HEX triplet: EE, 44 and 84. RGB value is (238,68,132). Sum of RGB (Red+Green+Blue) = 238+68+132=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4484 is #11BB7B. Grayscale: #7E7E7E. Windows color (decimal): -1162108 or 8668398. OLE color: 8668398.

HSL color Cylindrical-coordinate representation of color #EE4484: hue angle of 337.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4484 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 68 132 -
CMYK 0 0.71 0.45 0.07
HSL 337.41º 0.83% 0.6% -
HSV(B) 337.41º 0.71% 0.93% -
XYZ 41.49 23.98 24.27 -
YUV 126.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 238 68 132 0 0.71 0.45 0.07 337.41 0.83 0.6
Hex EE 44 84 0 47 2D 7 151 53 3C
Octal 356 104 204 0 107 55 7 521 123 74
Binary 11101110 1000100 10000100 0 1000111 101101 111 101010001 1010011 111100

Color Harmonies of #EE4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4484

Black with #EE4484

Text Example


Text Example

White with #EE4484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4484; }

 p { color: rgb(238,68,132); }

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

background-color css

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

 a { background-color: rgb(238,68,132); }

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

border-color css

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

 span { border-color: rgb(238,68,132); }

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