Html Css Color HEX #EE2EFC Psychedelic Purple

📋 copy color: '#EE2EFC'

red 238 ◦ green 46 ◦ blue 252

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

Shades of Psychedelic Purple #EE2EFC

Tints of Psychedelic Purple #EE2EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.58%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 44.4%
G = 8.58%
B = 47.01%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE2EFC (or 0xEE2EFC) is known color: Psychedelic Purple. HEX triplet: EE, 2E and FC. RGB value is (238,46,252). Sum of RGB (Red+Green+Blue) = 238+46+252=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE2EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EFC is #11D103. Grayscale: #7E7E7E. Windows color (decimal): -1167620 or 16527086. OLE color: 16527086.

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

Color convert

RGB 238 46 252 -
CMYK 0.06 0.82 0 0.01
HSL 295.92º 0.97% 0.58% -
HSV(B) 295.92º 0.82% 0.99% -
XYZ 53.81 27.16 94.5 -
YUV 126.89 198.61 207.25 -
System Red Green Blue C M Y K H S L
Decimal 238 46 252 0.06 0.82 0 0.01 295.92 0.97 0.58
Hex EE 2E FC 6 52 0 1 128 61 3A
Octal 356 56 374 6 122 0 1 450 141 72
Binary 11101110 101110 11111100 110 1010010 0 1 100101000 1100001 111010

Color Harmonies of #EE2EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2EFC

Black with #EE2EFC

Text Example


Text Example

White with #EE2EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2EFC; }

 p { color: rgb(238,46,252); }

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

background-color css

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

 a { background-color: rgb(238,46,252); }

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

border-color css

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

 span { border-color: rgb(238,46,252); }

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