Html Css Color HEX #EE2FFD Psychedelic Purple

📋 copy color: '#EE2FFD'

red 238 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #EE2FFD

Tints of Psychedelic Purple #EE2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.74%

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

R = 44.24%
G = 8.74%
B = 47.03%

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

#EE2FFD (or 0xEE2FFD) is known color: Psychedelic Purple. HEX triplet: EE, 2F and FD. RGB value is (238,47,253). Sum of RGB (Red+Green+Blue) = 238+47+253=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 47 (18.75% from 255 or 8.74% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FFD is #11D002. Grayscale: #7E7E7E. Windows color (decimal): -1167363 or 16592878. OLE color: 16592878.

HSL color Cylindrical-coordinate representation of color #EE2FFD: hue angle of 295.63º 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 #EE2FFD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 47 253 -
CMYK 0.06 0.81 0 0.01
HSL 295.63º 0.98% 0.59% -
HSV(B) 295.63º 0.81% 0.99% -
XYZ 54.01 27.3 95.35 -
YUV 127.59 198.78 206.75 -
System Red Green Blue C M Y K H S L
Decimal 238 47 253 0.06 0.81 0 0.01 295.63 0.98 0.59
Hex EE 2F FD 6 51 0 1 128 62 3B
Octal 356 57 375 6 121 0 1 450 142 73
Binary 11101110 101111 11111101 110 1010001 0 1 100101000 1100010 111011

Color Harmonies of #EE2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FFD

Black with #EE2FFD

Text Example


Text Example

White with #EE2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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