Html Css Color HEX #EE3B7C Violet Red

📋 copy color: '#EE3B7C'

red 238 ◦ green 59 ◦ blue 124

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

Shades of Violet Red #EE3B7C

Tints of Violet Red #EE3B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.01%

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

R = 56.53%
G = 14.01%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE3B7C (or 0xEE3B7C) is known color: Violet Red. HEX triplet: EE, 3B and 7C. RGB value is (238,59,124). Sum of RGB (Red+Green+Blue) = 238+59+124=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3B7C is #11C483. Grayscale: #777777. Windows color (decimal): -1164420 or 8141806. OLE color: 8141806.

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

Color convert

RGB 238 59 124 -
CMYK 0 0.75 0.48 0.07
HSL 338.21º 0.84% 0.58% -
HSV(B) 338.21º 0.75% 0.93% -
XYZ 40.46 22.76 21.33 -
YUV 119.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 238 59 124 0 0.75 0.48 0.07 338.21 0.84 0.58
Hex EE 3B 7C 0 4B 30 7 152 54 3A
Octal 356 73 174 0 113 60 7 522 124 72
Binary 11101110 111011 1111100 0 1001011 110000 111 101010010 1010100 111010

Color Harmonies of #EE3B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3B7C

Black with #EE3B7C

Text Example


Text Example

White with #EE3B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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