Html Css Color HEX #EE1DFE Psychedelic Purple

📋 copy color: '#EE1DFE'

red 238 ◦ green 29 ◦ blue 254

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

Shades of Psychedelic Purple #EE1DFE

Tints of Psychedelic Purple #EE1DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.57%

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

R = 45.68%
G = 5.57%
B = 48.75%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE1DFE (or 0xEE1DFE) is known color: Psychedelic Purple. HEX triplet: EE, 1D and FE. RGB value is (238,29,254). Sum of RGB (Red+Green+Blue) = 238+29+254=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DFE is #11E201. Grayscale: #747474. Windows color (decimal): -1171970 or 16653806. OLE color: 16653806.

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

Color convert

RGB 238 29 254 -
CMYK 0.06 0.89 0 0.00
HSL 295.73º 0.99% 0.55% -
HSV(B) 295.73º 0.89% 1% -
XYZ 53.59 26.21 96 -
YUV 117.14 205.24 214.2 -
System Red Green Blue C M Y K H S L
Decimal 238 29 254 0.06 0.89 0 0.00 295.73 0.99 0.55
Hex EE 1D FE 6 59 0 0 128 63 37
Octal 356 35 376 6 131 0 0 450 143 67
Binary 11101110 11101 11111110 110 1011001 0 0 100101000 1100011 110111

Color Harmonies of #EE1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DFE

Black with #EE1DFE

Text Example


Text Example

White with #EE1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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