Html Css Color HEX #EE12FF Psychedelic Purple

📋 copy color: '#EE12FF'

red 238 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #EE12FF

Tints of Psychedelic Purple #EE12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.52%

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

R = 46.58%
G = 3.52%
B = 49.9%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE12FF (or 0xEE12FF) is known color: Psychedelic Purple. HEX triplet: EE, 12 and FF. RGB value is (238,18,255). Sum of RGB (Red+Green+Blue) = 238+18+255=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FF is #11ED00. Grayscale: #6E6E6E. Windows color (decimal): -1174785 or 16716526. OLE color: 16716526.

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

Color convert

RGB 238 18 255 -
CMYK 0.07 0.93 0 0
HSL 295.7º 1% 0.54% -
HSV(B) 295.7º 0.93% 1% -
XYZ 53.53 25.83 96.77 -
YUV 110.8 209.39 218.73 -
System Red Green Blue C M Y K H S L
Decimal 238 18 255 0.07 0.93 0 0 295.7 1 0.54
Hex EE 12 FF 7 5D 0 0 128 64 36
Octal 356 22 377 7 135 0 0 450 144 66
Binary 11101110 10010 11111111 111 1011101 0 0 100101000 1100100 110110

Color Harmonies of #EE12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE12FF

Black with #EE12FF

Text Example


Text Example

White with #EE12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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