Html Css Color HEX #EE3C8B Violet Red

📋 copy color: '#EE3C8B'

red 238 ◦ green 60 ◦ blue 139

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

Shades of Violet Red #EE3C8B

Tints of Violet Red #EE3C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 54.46%
G = 13.73%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE3C8B (or 0xEE3C8B) is known color: Violet Red. HEX triplet: EE, 3C and 8B. RGB value is (238,60,139). Sum of RGB (Red+Green+Blue) = 238+60+139=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3C8B is #11C374. Grayscale: #7A7A7A. Windows color (decimal): -1164149 or 9125102. OLE color: 9125102.

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

Color convert

RGB 238 60 139 -
CMYK 0 0.75 0.42 0.07
HSL 333.37º 0.84% 0.58% -
HSV(B) 333.37º 0.75% 0.93% -
XYZ 41.54 23.27 26.73 -
YUV 122.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 238 60 139 0 0.75 0.42 0.07 333.37 0.84 0.58
Hex EE 3C 8B 0 4B 2A 7 14D 54 3A
Octal 356 74 213 0 113 52 7 515 124 72
Binary 11101110 111100 10001011 0 1001011 101010 111 101001101 1010100 111010

Color Harmonies of #EE3C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C8B

Black with #EE3C8B

Text Example


Text Example

White with #EE3C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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