Html Css Color HEX #EE74EE Violet

📋 copy color: '#EE74EE'

red 238 ◦ green 116 ◦ blue 238

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

Shades of Violet #EE74EE

Tints of Violet #EE74EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 40.2%
G = 19.59%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE74EE (or 0xEE74EE) is known color: Violet. HEX triplet: EE, 74 and EE. RGB value is (238,116,238). Sum of RGB (Red+Green+Blue) = 238+116+238=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE74EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74EE is #118B11. Grayscale: #A6A6A6. Windows color (decimal): -1149714 or 15627502. OLE color: 15627502.

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

Color convert

RGB 238 116 238 -
CMYK 0 0.51 0 0.07
HSL 300º 0.78% 0.69% -
HSV(B) 300º 0.51% 0.93% -
XYZ 56.94 36.84 85 -
YUV 166.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 238 116 238 0 0.51 0 0.07 300 0.78 0.69
Hex EE 74 EE 0 33 0 7 12C 4E 45
Octal 356 164 356 0 63 0 7 454 116 105
Binary 11101110 1110100 11101110 0 110011 0 111 100101100 1001110 1000101

Color Harmonies of #EE74EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74EE

Black with #EE74EE

Text Example


Text Example

White with #EE74EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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