Html Css Color HEX #EE26FF Psychedelic Purple

📋 copy color: '#EE26FF'

red 238 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #EE26FF

Tints of Psychedelic Purple #EE26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.16%

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

R = 44.82%
G = 7.16%
B = 48.02%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE26FF (or 0xEE26FF) is known color: Psychedelic Purple. HEX triplet: EE, 26 and FF. RGB value is (238,38,255). Sum of RGB (Red+Green+Blue) = 238+38+255=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 38 (15.23% from 255 or 7.16% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE26FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE26FF is #11D900. Grayscale: #797979. Windows color (decimal): -1169665 or 16721646. OLE color: 16721646.

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

Color convert

RGB 238 38 255 -
CMYK 0.07 0.85 0 0
HSL 295.3º 1% 0.57% -
HSV(B) 295.3º 0.85% 1% -
XYZ 54 26.78 96.93 -
YUV 122.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 238 38 255 0.07 0.85 0 0 295.3 1 0.57
Hex EE 26 FF 7 55 0 0 127 64 39
Octal 356 46 377 7 125 0 0 447 144 71
Binary 11101110 100110 11111111 111 1010101 0 0 100100111 1100100 111001

Color Harmonies of #EE26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE26FF

Black with #EE26FF

Text Example


Text Example

White with #EE26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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