Html Css Color HEX #EE26FD Psychedelic Purple

📋 copy color: '#EE26FD'

red 238 ◦ green 38 ◦ blue 253

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

Shades of Psychedelic Purple #EE26FD

Tints of Psychedelic Purple #EE26FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 44.99%
G = 7.18%
B = 47.83%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE26FD (or 0xEE26FD) is known color: Psychedelic Purple. HEX triplet: EE, 26 and FD. RGB value is (238,38,253). Sum of RGB (Red+Green+Blue) = 238+38+253=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 38 (15.23% from 255 or 7.18% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE26FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE26FD is #11D902. Grayscale: #797979. Windows color (decimal): -1169667 or 16590574. OLE color: 16590574.

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

Color convert

RGB 238 38 253 -
CMYK 0.06 0.85 0 0.01
HSL 295.81º 0.98% 0.57% -
HSV(B) 295.81º 0.85% 0.99% -
XYZ 53.68 26.66 95.24 -
YUV 122.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 238 38 253 0.06 0.85 0 0.01 295.81 0.98 0.57
Hex EE 26 FD 6 55 0 1 128 62 39
Octal 356 46 375 6 125 0 1 450 142 71
Binary 11101110 100110 11111101 110 1010101 0 1 100101000 1100010 111001

Color Harmonies of #EE26FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE26FD

Black with #EE26FD

Text Example


Text Example

White with #EE26FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE26FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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