Html Css Color HEX #EE347C Violet Red

📋 copy color: '#EE347C'

red 238 ◦ green 52 ◦ blue 124

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

Shades of Violet Red #EE347C

Tints of Violet Red #EE347C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 57.49%
G = 12.56%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE347C (or 0xEE347C) is known color: Violet Red. HEX triplet: EE, 34 and 7C. RGB value is (238,52,124). Sum of RGB (Red+Green+Blue) = 238+52+124=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE347C is #11CB83. Grayscale: #737373. Windows color (decimal): -1166212 or 8140014. OLE color: 8140014.

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

Color convert

RGB 238 52 124 -
CMYK 0 0.78 0.48 0.07
HSL 336.77º 0.85% 0.57% -
HSV(B) 336.77º 0.78% 0.93% -
XYZ 40.13 22.09 21.22 -
YUV 115.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 238 52 124 0 0.78 0.48 0.07 336.77 0.85 0.57
Hex EE 34 7C 0 4E 30 7 151 55 39
Octal 356 64 174 0 116 60 7 521 125 71
Binary 11101110 110100 1111100 0 1001110 110000 111 101010001 1010101 111001

Color Harmonies of #EE347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE347C

Black with #EE347C

Text Example


Text Example

White with #EE347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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