Html Css Color HEX #EE8AFE Violet

📋 copy color: '#EE8AFE'

red 238 ◦ green 138 ◦ blue 254

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

Shades of Violet #EE8AFE

Tints of Violet #EE8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.9%

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

R = 37.78%
G = 21.9%
B = 40.32%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE8AFE (or 0xEE8AFE) is known color: Violet. HEX triplet: EE, 8A and FE. RGB value is (238,138,254). Sum of RGB (Red+Green+Blue) = 238+138+254=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE8AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AFE is #117501. Grayscale: #B4B4B4. Windows color (decimal): -1144066 or 16681710. OLE color: 16681710.

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

Color convert

RGB 238 138 254 -
CMYK 0.06 0.46 0 0.00
HSL 291.72º 0.98% 0.77% -
HSV(B) 291.72º 0.46% 1% -
XYZ 62.24 43.51 98.88 -
YUV 181.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 238 138 254 0.06 0.46 0 0.00 291.72 0.98 0.77
Hex EE 8A FE 6 2E 0 0 124 62 4D
Octal 356 212 376 6 56 0 0 444 142 115
Binary 11101110 10001010 11111110 110 101110 0 0 100100100 1100010 1001101

Color Harmonies of #EE8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8AFE

Black with #EE8AFE

Text Example


Text Example

White with #EE8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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