Html Css Color HEX #EE3483 Violet Red

📋 copy color: '#EE3483'

red 238 ◦ green 52 ◦ blue 131

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

Shades of Violet Red #EE3483

Tints of Violet Red #EE3483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.35%

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 56.53%
G = 12.35%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE3483 (or 0xEE3483) is known color: Violet Red. HEX triplet: EE, 34 and 83. RGB value is (238,52,131). Sum of RGB (Red+Green+Blue) = 238+52+131=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3483 is #11CB7C. Grayscale: #747474. Windows color (decimal): -1166205 or 8598766. OLE color: 8598766.

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

Color convert

RGB 238 52 131 -
CMYK 0 0.78 0.45 0.07
HSL 334.52º 0.85% 0.57% -
HSV(B) 334.52º 0.78% 0.93% -
XYZ 40.58 22.27 23.63 -
YUV 116.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 238 52 131 0 0.78 0.45 0.07 334.52 0.85 0.57
Hex EE 34 83 0 4E 2D 7 14F 55 39
Octal 356 64 203 0 116 55 7 517 125 71
Binary 11101110 110100 10000011 0 1001110 101101 111 101001111 1010101 111001

Color Harmonies of #EE3483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3483

Black with #EE3483

Text Example


Text Example

White with #EE3483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3483; }

 p { color: rgb(238,52,131); }

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

background-color css

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

 a { background-color: rgb(238,52,131); }

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

border-color css

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

 span { border-color: rgb(238,52,131); }

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