Html Css Color HEX #EE13FF Psychedelic Purple

📋 copy color: '#EE13FF'

red 238 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #EE13FF

Tints of Psychedelic Purple #EE13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.71%

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

R = 46.48%
G = 3.71%
B = 49.8%

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

#EE13FF (or 0xEE13FF) is known color: Psychedelic Purple. HEX triplet: EE, 13 and FF. RGB value is (238,19,255). Sum of RGB (Red+Green+Blue) = 238+19+255=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13FF is #11EC00. Grayscale: #6E6E6E. Windows color (decimal): -1174529 or 16716782. OLE color: 16716782.

HSL color Cylindrical-coordinate representation of color #EE13FF: hue angle of 295.68º 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 #EE13FF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 19 255 -
CMYK 0.07 0.93 0 0
HSL 295.68º 1% 0.54% -
HSV(B) 295.68º 0.93% 1% -
XYZ 53.54 25.86 96.78 -
YUV 111.39 209.05 218.31 -
System Red Green Blue C M Y K H S L
Decimal 238 19 255 0.07 0.93 0 0 295.68 1 0.54
Hex EE 13 FF 7 5D 0 0 128 64 36
Octal 356 23 377 7 135 0 0 450 144 66
Binary 11101110 10011 11111111 111 1011101 0 0 100101000 1100100 110110

Color Harmonies of #EE13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13FF

Black with #EE13FF

Text Example


Text Example

White with #EE13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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