Html Css Color HEX #EE2DFE Psychedelic Purple

📋 copy color: '#EE2DFE'

red 238 ◦ green 45 ◦ blue 254

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

Shades of Psychedelic Purple #EE2DFE

Tints of Psychedelic Purple #EE2DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.38%

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

R = 44.32%
G = 8.38%
B = 47.3%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE2DFE (or 0xEE2DFE) is known color: Psychedelic Purple. HEX triplet: EE, 2D and FE. RGB value is (238,45,254). Sum of RGB (Red+Green+Blue) = 238+45+254=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 45 (17.97% from 255 or 8.38% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE2DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2DFE is #11D201. Grayscale: #7D7D7D. Windows color (decimal): -1167874 or 16657902. OLE color: 16657902.

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

Color convert

RGB 238 45 254 -
CMYK 0.06 0.82 0 0.00
HSL 295.41º 0.99% 0.59% -
HSV(B) 295.41º 0.82% 1% -
XYZ 54.09 27.21 96.17 -
YUV 126.53 199.94 207.51 -
System Red Green Blue C M Y K H S L
Decimal 238 45 254 0.06 0.82 0 0.00 295.41 0.99 0.59
Hex EE 2D FE 6 52 0 0 127 63 3B
Octal 356 55 376 6 122 0 0 447 143 73
Binary 11101110 101101 11111110 110 1010010 0 0 100100111 1100011 111011

Color Harmonies of #EE2DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2DFE

Black with #EE2DFE

Text Example


Text Example

White with #EE2DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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