Html Css Color HEX #EE95FE Violet

📋 copy color: '#EE95FE'

red 238 ◦ green 149 ◦ blue 254

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

Shades of Violet #EE95FE

Tints of Violet #EE95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.24%

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

R = 37.13%
G = 23.24%
B = 39.63%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE95FE (or 0xEE95FE) is known color: Violet. HEX triplet: EE, 95 and FE. RGB value is (238,149,254). Sum of RGB (Red+Green+Blue) = 238+149+254=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE95FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE95FE is #116A01. Grayscale: #BBBBBB. Windows color (decimal): -1141250 or 16684526. OLE color: 16684526.

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

Color convert

RGB 238 149 254 -
CMYK 0.06 0.41 0 0.00
HSL 290.86º 0.98% 0.79% -
HSV(B) 290.86º 0.41% 1% -
XYZ 63.9 46.83 99.44 -
YUV 187.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 238 149 254 0.06 0.41 0 0.00 290.86 0.98 0.79
Hex EE 95 FE 6 29 0 0 123 62 4F
Octal 356 225 376 6 51 0 0 443 142 117
Binary 11101110 10010101 11111110 110 101001 0 0 100100011 1100010 1001111

Color Harmonies of #EE95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95FE

Black with #EE95FE

Text Example


Text Example

White with #EE95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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