Html Css Color HEX #EE25FE Psychedelic Purple

📋 copy color: '#EE25FE'

red 238 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #EE25FE

Tints of Psychedelic Purple #EE25FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 6.99%

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 44.99%
G = 6.99%
B = 48.02%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE25FE (or 0xEE25FE) is known color: Psychedelic Purple. HEX triplet: EE, 25 and FE. RGB value is (238,37,254). Sum of RGB (Red+Green+Blue) = 238+37+254=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 37 (14.84% from 255 or 6.99% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25FE is #11DA01. Grayscale: #797979. Windows color (decimal): -1169922 or 16655854. OLE color: 16655854.

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

Color convert

RGB 238 37 254 -
CMYK 0.06 0.85 0 0.00
HSL 295.58º 0.99% 0.57% -
HSV(B) 295.58º 0.85% 1% -
XYZ 53.81 26.66 96.07 -
YUV 121.84 202.59 210.86 -
System Red Green Blue C M Y K H S L
Decimal 238 37 254 0.06 0.85 0 0.00 295.58 0.99 0.57
Hex EE 25 FE 6 55 0 0 128 63 39
Octal 356 45 376 6 125 0 0 450 143 71
Binary 11101110 100101 11111110 110 1010101 0 0 100101000 1100011 111001

Color Harmonies of #EE25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25FE

Black with #EE25FE

Text Example


Text Example

White with #EE25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25FE; }

 p { color: rgb(238,37,254); }

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

background-color css

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

 a { background-color: rgb(238,37,254); }

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

border-color css

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

 span { border-color: rgb(238,37,254); }

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