Html Css Color HEX #EE388A Violet Red

📋 copy color: '#EE388A'

red 238 ◦ green 56 ◦ blue 138

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

Shades of Violet Red #EE388A

Tints of Violet Red #EE388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.96%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 55.09%
G = 12.96%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE388A (or 0xEE388A) is known color: Violet Red. HEX triplet: EE, 38 and 8A. RGB value is (238,56,138). Sum of RGB (Red+Green+Blue) = 238+56+138=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE388A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE388A is #11C775. Grayscale: #777777. Windows color (decimal): -1165174 or 9058542. OLE color: 9058542.

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

Color convert

RGB 238 56 138 -
CMYK 0 0.76 0.42 0.07
HSL 332.97º 0.84% 0.58% -
HSV(B) 332.97º 0.76% 0.93% -
XYZ 41.26 22.84 26.28 -
YUV 119.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 238 56 138 0 0.76 0.42 0.07 332.97 0.84 0.58
Hex EE 38 8A 0 4C 2A 7 14D 54 3A
Octal 356 70 212 0 114 52 7 515 124 72
Binary 11101110 111000 10001010 0 1001100 101010 111 101001101 1010100 111010

Color Harmonies of #EE388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE388A

Black with #EE388A

Text Example


Text Example

White with #EE388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE388A; }

 p { color: rgb(238,56,138); }

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

background-color css

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

 a { background-color: rgb(238,56,138); }

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

border-color css

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

 span { border-color: rgb(238,56,138); }

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