Html Css Color HEX #EE3478 Violet Red

📋 copy color: '#EE3478'

red 238 ◦ green 52 ◦ blue 120

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

Shades of Violet Red #EE3478

Tints of Violet Red #EE3478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 58.05%
G = 12.68%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE3478 (or 0xEE3478) is known color: Violet Red. HEX triplet: EE, 34 and 78. RGB value is (238,52,120). Sum of RGB (Red+Green+Blue) = 238+52+120=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3478 is #11CB87. Grayscale: #737373. Windows color (decimal): -1166216 or 7877870. OLE color: 7877870.

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

Color convert

RGB 238 52 120 -
CMYK 0 0.78 0.50 0.07
HSL 338.06º 0.85% 0.57% -
HSV(B) 338.06º 0.78% 0.93% -
XYZ 39.88 21.99 19.91 -
YUV 115.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 238 52 120 0 0.78 0.50 0.07 338.06 0.85 0.57
Hex EE 34 78 0 4E 32 7 152 55 39
Octal 356 64 170 0 116 62 7 522 125 71
Binary 11101110 110100 1111000 0 1001110 110010 111 101010010 1010101 111001

Color Harmonies of #EE3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3478

Black with #EE3478

Text Example


Text Example

White with #EE3478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3478; }

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

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

background-color css

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

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

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

border-color css

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

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

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