Html Css Color HEX #EE74EF Violet

📋 copy color: '#EE74EF'

red 238 ◦ green 116 ◦ blue 239

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

Shades of Violet #EE74EF

Tints of Violet #EE74EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 40.13%
G = 19.56%
B = 40.3%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE74EF (or 0xEE74EF) is known color: Violet. HEX triplet: EE, 74 and EF. RGB value is (238,116,239). Sum of RGB (Red+Green+Blue) = 238+116+239=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE74EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74EF is #118B10. Grayscale: #A6A6A6. Windows color (decimal): -1149713 or 15693038. OLE color: 15693038.

HSL color Cylindrical-coordinate representation of color #EE74EF: hue angle of 299.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74EF is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 116 239 -
CMYK 0.00 0.51 0 0.06
HSL 299.51º 0.79% 0.7% -
HSV(B) 299.51º 0.51% 0.94% -
XYZ 57.09 36.9 85.78 -
YUV 166.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 238 116 239 0.00 0.51 0 0.06 299.51 0.79 0.7
Hex EE 74 EF 0 33 0 6 12C 4F 46
Octal 356 164 357 0 63 0 6 454 117 106
Binary 11101110 1110100 11101111 0 110011 0 110 100101100 1001111 1000110

Color Harmonies of #EE74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74EF

Black with #EE74EF

Text Example


Text Example

White with #EE74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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