Html Css Color HEX #EE91FD Violet

📋 copy color: '#EE91FD'

red 238 ◦ green 145 ◦ blue 253

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

Shades of Violet #EE91FD

Tints of Violet #EE91FD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.8%

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 37.42%
G = 22.8%
B = 39.78%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE91FD (or 0xEE91FD) is known color: Violet. HEX triplet: EE, 91 and FD. RGB value is (238,145,253). Sum of RGB (Red+Green+Blue) = 238+145+253=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE91FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE91FD is #116E02. Grayscale: #B8B8B8. Windows color (decimal): -1142275 or 16617966. OLE color: 16617966.

HSL color Cylindrical-coordinate representation of color #EE91FD: hue angle of 291.67º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE91FD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 145 253 -
CMYK 0.06 0.43 0 0.01
HSL 291.67º 0.96% 0.78% -
HSV(B) 291.67º 0.43% 0.99% -
XYZ 63.11 45.52 98.39 -
YUV 185.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 238 145 253 0.06 0.43 0 0.01 291.67 0.96 0.78
Hex EE 91 FD 6 2B 0 1 124 60 4E
Octal 356 221 375 6 53 0 1 444 140 116
Binary 11101110 10010001 11111101 110 101011 0 1 100100100 1100000 1001110

Color Harmonies of #EE91FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE91FD

Black with #EE91FD

Text Example


Text Example

White with #EE91FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE91FD; }

 p { color: rgb(238,145,253); }

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

background-color css

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

 a { background-color: rgb(238,145,253); }

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

border-color css

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

 span { border-color: rgb(238,145,253); }

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