Html Css Color HEX #EE95FF Violet

📋 copy color: '#EE95FF'

red 238 ◦ green 149 ◦ blue 255

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

Shades of Violet #EE95FF

Tints of Violet #EE95FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 37.07%
G = 23.21%
B = 39.72%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE95FF (or 0xEE95FF) is known color: Violet. HEX triplet: EE, 95 and FF. RGB value is (238,149,255). Sum of RGB (Red+Green+Blue) = 238+149+255=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 149 (58.59% from 255 or 23.21% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE95FF is #116A00. Grayscale: #BBBBBB. Windows color (decimal): -1141249 or 16750062. OLE color: 16750062.

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

Color convert

RGB 238 149 255 -
CMYK 0.07 0.42 0 0
HSL 290.38º 1% 0.79% -
HSV(B) 290.38º 0.42% 1% -
XYZ 64.06 46.89 100.28 -
YUV 187.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 238 149 255 0.07 0.42 0 0 290.38 1 0.79
Hex EE 95 FF 7 2A 0 0 122 64 4F
Octal 356 225 377 7 52 0 0 442 144 117
Binary 11101110 10010101 11111111 111 101010 0 0 100100010 1100100 1001111

Color Harmonies of #EE95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95FF

Black with #EE95FF

Text Example


Text Example

White with #EE95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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