Html Css Color HEX #EE2EFF Psychedelic Purple

📋 copy color: '#EE2EFF'

red 238 ◦ green 46 ◦ blue 255

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

Shades of Psychedelic Purple #EE2EFF

Tints of Psychedelic Purple #EE2EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.53%

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

R = 44.16%
G = 8.53%
B = 47.31%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE2EFF (or 0xEE2EFF) is known color: Psychedelic Purple. HEX triplet: EE, 2E and FF. RGB value is (238,46,255). Sum of RGB (Red+Green+Blue) = 238+46+255=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 46 (18.36% from 255 or 8.53% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EFF is #11D100. Grayscale: #7E7E7E. Windows color (decimal): -1167617 or 16723694. OLE color: 16723694.

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

Color convert

RGB 238 46 255 -
CMYK 0.07 0.82 0 0
HSL 295.12º 1% 0.59% -
HSV(B) 295.12º 0.82% 1% -
XYZ 54.29 27.35 97.03 -
YUV 127.23 200.11 207.01 -
System Red Green Blue C M Y K H S L
Decimal 238 46 255 0.07 0.82 0 0 295.12 1 0.59
Hex EE 2E FF 7 52 0 0 127 64 3B
Octal 356 56 377 7 122 0 0 447 144 73
Binary 11101110 101110 11111111 111 1010010 0 0 100100111 1100100 111011

Color Harmonies of #EE2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2EFF

Black with #EE2EFF

Text Example


Text Example

White with #EE2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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