Html Css Color HEX #EE2AFE Psychedelic Purple

📋 copy color: '#EE2AFE'

red 238 ◦ green 42 ◦ blue 254

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

Shades of Psychedelic Purple #EE2AFE

Tints of Psychedelic Purple #EE2AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.87%

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

R = 44.57%
G = 7.87%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE2AFE (or 0xEE2AFE) is known color: Psychedelic Purple. HEX triplet: EE, 2A and FE. RGB value is (238,42,254). Sum of RGB (Red+Green+Blue) = 238+42+254=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 42 (16.80% from 255 or 7.87% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE2AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AFE is #11D501. Grayscale: #7C7C7C. Windows color (decimal): -1168642 or 16657134. OLE color: 16657134.

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

Color convert

RGB 238 42 254 -
CMYK 0.06 0.83 0 0.00
HSL 295.47º 0.99% 0.58% -
HSV(B) 295.47º 0.83% 1% -
XYZ 53.98 26.99 96.13 -
YUV 124.77 200.93 208.76 -
System Red Green Blue C M Y K H S L
Decimal 238 42 254 0.06 0.83 0 0.00 295.47 0.99 0.58
Hex EE 2A FE 6 53 0 0 127 63 3A
Octal 356 52 376 6 123 0 0 447 143 72
Binary 11101110 101010 11111110 110 1010011 0 0 100100111 1100011 111010

Color Harmonies of #EE2AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2AFE

Black with #EE2AFE

Text Example


Text Example

White with #EE2AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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