Html Css Color HEX #EE76FA Violet

📋 copy color: '#EE76FA'

red 238 ◦ green 118 ◦ blue 250

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

Shades of Violet #EE76FA

Tints of Violet #EE76FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 39.27%
G = 19.47%
B = 41.25%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE76FA (or 0xEE76FA) is known color: Violet. HEX triplet: EE, 76 and FA. RGB value is (238,118,250). Sum of RGB (Red+Green+Blue) = 238+118+250=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76FA is #118905. Grayscale: #A8A8A8. Windows color (decimal): -1149190 or 16414446. OLE color: 16414446.

HSL color Cylindrical-coordinate representation of color #EE76FA: hue angle of 294.55º degrees, saturation: 0.93, 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 #EE76FA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 118 250 -
CMYK 0.05 0.53 0 0.02
HSL 294.55º 0.93% 0.72% -
HSV(B) 294.55º 0.53% 0.98% -
XYZ 58.99 38.04 94.67 -
YUV 168.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 238 118 250 0.05 0.53 0 0.02 294.55 0.93 0.72
Hex EE 76 FA 5 35 0 2 127 5D 48
Octal 356 166 372 5 65 0 2 447 135 110
Binary 11101110 1110110 11111010 101 110101 0 10 100100111 1011101 1001000

Color Harmonies of #EE76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76FA

Black with #EE76FA

Text Example


Text Example

White with #EE76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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