Html Css Color HEX #EE30FE Psychedelic Purple

📋 copy color: '#EE30FE'

red 238 ◦ green 48 ◦ blue 254

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

Shades of Psychedelic Purple #EE30FE

Tints of Psychedelic Purple #EE30FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.89%

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

R = 44.07%
G = 8.89%
B = 47.04%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE30FE (or 0xEE30FE) is known color: Psychedelic Purple. HEX triplet: EE, 30 and FE. RGB value is (238,48,254). Sum of RGB (Red+Green+Blue) = 238+48+254=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 48 (19.14% from 255 or 8.89% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE30FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30FE is #11CF01. Grayscale: #7F7F7F. Windows color (decimal): -1167106 or 16658670. OLE color: 16658670.

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

Color convert

RGB 238 48 254 -
CMYK 0.06 0.81 0 0.00
HSL 295.34º 0.99% 0.59% -
HSV(B) 295.34º 0.81% 1% -
XYZ 54.21 27.45 96.21 -
YUV 128.29 198.95 206.25 -
System Red Green Blue C M Y K H S L
Decimal 238 48 254 0.06 0.81 0 0.00 295.34 0.99 0.59
Hex EE 30 FE 6 51 0 0 127 63 3B
Octal 356 60 376 6 121 0 0 447 143 73
Binary 11101110 110000 11111110 110 1010001 0 0 100100111 1100011 111011

Color Harmonies of #EE30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30FE

Black with #EE30FE

Text Example


Text Example

White with #EE30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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