Html Css Color HEX #EE367F Violet Red

📋 copy color: '#EE367F'

red 238 ◦ green 54 ◦ blue 127

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

Shades of Violet Red #EE367F

Tints of Violet Red #EE367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 56.8%
G = 12.89%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE367F (or 0xEE367F) is known color: Violet Red. HEX triplet: EE, 36 and 7F. RGB value is (238,54,127). Sum of RGB (Red+Green+Blue) = 238+54+127=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE367F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE367F is #11C980. Grayscale: #757575. Windows color (decimal): -1165697 or 8337134. OLE color: 8337134.

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

Color convert

RGB 238 54 127 -
CMYK 0 0.77 0.47 0.07
HSL 336.2º 0.84% 0.57% -
HSV(B) 336.2º 0.77% 0.93% -
XYZ 40.41 22.35 22.26 -
YUV 117.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 238 54 127 0 0.77 0.47 0.07 336.2 0.84 0.57
Hex EE 36 7F 0 4D 2F 7 150 54 39
Octal 356 66 177 0 115 57 7 520 124 71
Binary 11101110 110110 1111111 0 1001101 101111 111 101010000 1010100 111001

Color Harmonies of #EE367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE367F

Black with #EE367F

Text Example


Text Example

White with #EE367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE367F; }

 p { color: rgb(238,54,127); }

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

background-color css

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

 a { background-color: rgb(238,54,127); }

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

border-color css

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

 span { border-color: rgb(238,54,127); }

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