Html Css Color HEX #EE4182 Violet Red

📋 copy color: '#EE4182'

red 238 ◦ green 65 ◦ blue 130

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

Shades of Violet Red #EE4182

Tints of Violet Red #EE4182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 54.97%
G = 15.01%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE4182 (or 0xEE4182) is known color: Violet Red. HEX triplet: EE, 41 and 82. RGB value is (238,65,130). Sum of RGB (Red+Green+Blue) = 238+65+130=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4182 is #11BE7D. Grayscale: #7C7C7C. Windows color (decimal): -1162878 or 8536558. OLE color: 8536558.

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

Color convert

RGB 238 65 130 -
CMYK 0 0.73 0.45 0.07
HSL 337.46º 0.84% 0.59% -
HSV(B) 337.46º 0.73% 0.93% -
XYZ 41.18 23.57 23.5 -
YUV 124.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 238 65 130 0 0.73 0.45 0.07 337.46 0.84 0.59
Hex EE 41 82 0 49 2D 7 151 54 3B
Octal 356 101 202 0 111 55 7 521 124 73
Binary 11101110 1000001 10000010 0 1001001 101101 111 101010001 1010100 111011

Color Harmonies of #EE4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4182

Black with #EE4182

Text Example


Text Example

White with #EE4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4182; }

 p { color: rgb(238,65,130); }

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

background-color css

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

 a { background-color: rgb(238,65,130); }

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

border-color css

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

 span { border-color: rgb(238,65,130); }

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