Html Css Color HEX #EE30FD Psychedelic Purple

📋 copy color: '#EE30FD'

red 238 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #EE30FD

Tints of Psychedelic Purple #EE30FD

RGB

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

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

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

R = 44.16%
G = 8.91%
B = 46.94%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE30FD (or 0xEE30FD) is known color: Psychedelic Purple. HEX triplet: EE, 30 and FD. RGB value is (238,48,253). Sum of RGB (Red+Green+Blue) = 238+48+253=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 48 (19.14% from 255 or 8.91% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE30FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30FD is #11CF02. Grayscale: #7F7F7F. Windows color (decimal): -1167107 or 16593134. OLE color: 16593134.

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

Color convert

RGB 238 48 253 -
CMYK 0.06 0.81 0 0.01
HSL 295.61º 0.98% 0.59% -
HSV(B) 295.61º 0.81% 0.99% -
XYZ 54.05 27.38 95.37 -
YUV 128.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 238 48 253 0.06 0.81 0 0.01 295.61 0.98 0.59
Hex EE 30 FD 6 51 0 1 128 62 3B
Octal 356 60 375 6 121 0 1 450 142 73
Binary 11101110 110000 11111101 110 1010001 0 1 100101000 1100010 111011

Color Harmonies of #EE30FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE30FD

Black with #EE30FD

Text Example


Text Example

White with #EE30FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE30FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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