Html Css Color HEX #EE76F9 Violet

📋 copy color: '#EE76F9'

red 238 ◦ green 118 ◦ blue 249

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

Shades of Violet #EE76F9

Tints of Violet #EE76F9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.5%

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 39.34%
G = 19.5%
B = 41.16%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE76F9 (or 0xEE76F9) is known color: Violet. HEX triplet: EE, 76 and F9. RGB value is (238,118,249). Sum of RGB (Red+Green+Blue) = 238+118+249=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 118 (46.48% from 255 or 19.50% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE76F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76F9 is #118906. Grayscale: #A8A8A8. Windows color (decimal): -1149191 or 16348910. OLE color: 16348910.

HSL color Cylindrical-coordinate representation of color #EE76F9: hue angle of 294.96º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE76F9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 118 249 -
CMYK 0.04 0.53 0 0.02
HSL 294.96º 0.92% 0.72% -
HSV(B) 294.96º 0.53% 0.98% -
XYZ 58.84 37.97 93.85 -
YUV 168.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 238 118 249 0.04 0.53 0 0.02 294.96 0.92 0.72
Hex EE 76 F9 4 35 0 2 127 5C 48
Octal 356 166 371 4 65 0 2 447 134 110
Binary 11101110 1110110 11111001 100 110101 0 10 100100111 1011100 1001000

Color Harmonies of #EE76F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76F9

Black with #EE76F9

Text Example


Text Example

White with #EE76F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76F9; }

 p { color: rgb(238,118,249); }

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

background-color css

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

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

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

border-color css

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

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

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