Html Css Color HEX #EE74EC Violet

📋 copy color: '#EE74EC'

red 238 ◦ green 116 ◦ blue 236

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

Shades of Violet #EE74EC

Tints of Violet #EE74EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.66%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 40.34%
G = 19.66%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE74EC (or 0xEE74EC) is known color: Violet. HEX triplet: EE, 74 and EC. RGB value is (238,116,236). Sum of RGB (Red+Green+Blue) = 238+116+236=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74EC is #118B13. Grayscale: #A5A5A5. Windows color (decimal): -1149716 or 15496430. OLE color: 15496430.

HSL color Cylindrical-coordinate representation of color #EE74EC: hue angle of 300.98º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74EC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 116 236 -
CMYK 0 0.51 0.01 0.07
HSL 300.98º 0.78% 0.69% -
HSV(B) 300.98º 0.51% 0.93% -
XYZ 56.65 36.72 83.46 -
YUV 166.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 238 116 236 0 0.51 0.01 0.07 300.98 0.78 0.69
Hex EE 74 EC 0 33 1 7 12D 4E 45
Octal 356 164 354 0 63 1 7 455 116 105
Binary 11101110 1110100 11101100 0 110011 1 111 100101101 1001110 1000101

Color Harmonies of #EE74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74EC

Black with #EE74EC

Text Example


Text Example

White with #EE74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74EC; }

 p { color: rgb(238,116,236); }

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

background-color css

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

 a { background-color: rgb(238,116,236); }

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

border-color css

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

 span { border-color: rgb(238,116,236); }

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