Html Css Color HEX #EE377B Violet Red

📋 copy color: '#EE377B'

red 238 ◦ green 55 ◦ blue 123

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

Shades of Violet Red #EE377B

Tints of Violet Red #EE377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 57.21%
G = 13.22%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE377B (or 0xEE377B) is known color: Violet Red. HEX triplet: EE, 37 and 7B. RGB value is (238,55,123). Sum of RGB (Red+Green+Blue) = 238+55+123=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE377B is #11C884. Grayscale: #757575. Windows color (decimal): -1165445 or 8075246. OLE color: 8075246.

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

Color convert

RGB 238 55 123 -
CMYK 0 0.77 0.48 0.07
HSL 337.7º 0.84% 0.57% -
HSV(B) 337.7º 0.77% 0.93% -
XYZ 40.2 22.34 20.93 -
YUV 117.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 238 55 123 0 0.77 0.48 0.07 337.7 0.84 0.57
Hex EE 37 7B 0 4D 30 7 152 54 39
Octal 356 67 173 0 115 60 7 522 124 71
Binary 11101110 110111 1111011 0 1001101 110000 111 101010010 1010100 111001

Color Harmonies of #EE377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE377B

Black with #EE377B

Text Example


Text Example

White with #EE377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE377B; }

 p { color: rgb(238,55,123); }

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

background-color css

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

 a { background-color: rgb(238,55,123); }

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

border-color css

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

 span { border-color: rgb(238,55,123); }

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