Html Css Color HEX #EE3C7A Violet Red

📋 copy color: '#EE3C7A'

red 238 ◦ green 60 ◦ blue 122

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

Shades of Violet Red #EE3C7A

Tints of Violet Red #EE3C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.29%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 56.67%
G = 14.29%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE3C7A (or 0xEE3C7A) is known color: Violet Red. HEX triplet: EE, 3C and 7A. RGB value is (238,60,122). Sum of RGB (Red+Green+Blue) = 238+60+122=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3C7A is #11C385. Grayscale: #787878. Windows color (decimal): -1164166 or 8010990. OLE color: 8010990.

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

Color convert

RGB 238 60 122 -
CMYK 0 0.75 0.49 0.07
HSL 339.1º 0.84% 0.58% -
HSV(B) 339.1º 0.75% 0.93% -
XYZ 40.39 22.81 20.69 -
YUV 120.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 238 60 122 0 0.75 0.49 0.07 339.1 0.84 0.58
Hex EE 3C 7A 0 4B 31 7 153 54 3A
Octal 356 74 172 0 113 61 7 523 124 72
Binary 11101110 111100 1111010 0 1001011 110001 111 101010011 1010100 111010

Color Harmonies of #EE3C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C7A

Black with #EE3C7A

Text Example


Text Example

White with #EE3C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C7A; }

 p { color: rgb(238,60,122); }

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

background-color css

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

 a { background-color: rgb(238,60,122); }

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

border-color css

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

 span { border-color: rgb(238,60,122); }

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