Html Css Color HEX #EE98FE Violet

📋 copy color: '#EE98FE'

red 238 ◦ green 152 ◦ blue 254

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

Shades of Violet #EE98FE

Tints of Violet #EE98FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 23.6%

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 36.96%
G = 23.6%
B = 39.44%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE98FE (or 0xEE98FE) is known color: Violet. HEX triplet: EE, 98 and FE. RGB value is (238,152,254). Sum of RGB (Red+Green+Blue) = 238+152+254=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE98FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98FE is #116701. Grayscale: #BDBDBD. Windows color (decimal): -1140482 or 16685294. OLE color: 16685294.

HSL color Cylindrical-coordinate representation of color #EE98FE: hue angle of 290.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE98FE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 152 254 -
CMYK 0.06 0.40 0 0.00
HSL 290.59º 0.98% 0.8% -
HSV(B) 290.59º 0.4% 1% -
XYZ 64.38 47.79 99.6 -
YUV 189.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 238 152 254 0.06 0.40 0 0.00 290.59 0.98 0.8
Hex EE 98 FE 6 28 0 0 123 62 50
Octal 356 230 376 6 50 0 0 443 142 120
Binary 11101110 10011000 11111110 110 101000 0 0 100100011 1100010 1010000

Color Harmonies of #EE98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE98FE

Black with #EE98FE

Text Example


Text Example

White with #EE98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE98FE; }

 p { color: rgb(238,152,254); }

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

background-color css

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

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

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

border-color css

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

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

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