Html Css Color HEX #E71EEE Psychedelic Purple

📋 copy color: '#E71EEE'

red 231 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #E71EEE

Tints of Psychedelic Purple #E71EEE

RGB

 RED value IS 231 (90.63% from 255) = 46.29%

 GREEN value IS 30 (12.11% from 255) = 6.01%

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 46.29%
G = 6.01%
B = 47.7%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E71EEE (or 0xE71EEE) is known color: Psychedelic Purple. HEX triplet: E7, 1E and EE. RGB value is (231,30,238). Sum of RGB (Red+Green+Blue) = 231+30+238=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #E71EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71EEE is #18E111. Grayscale: #717171. Windows color (decimal): -1630482 or 15605479. OLE color: 15605479.

HSL color Cylindrical-coordinate representation of color #E71EEE: hue angle of 297.98º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71EEE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 30 238 -
CMYK 0.03 0.87 0 0.07
HSL 297.98º 0.86% 0.53% -
HSV(B) 297.98º 0.87% 0.93% -
XYZ 48.85 24.09 82.96 -
YUV 113.81 198.09 211.59 -
System Red Green Blue C M Y K H S L
Decimal 231 30 238 0.03 0.87 0 0.07 297.98 0.86 0.53
Hex E7 1E EE 3 57 0 7 12A 56 35
Octal 347 36 356 3 127 0 7 452 126 65
Binary 11100111 11110 11101110 11 1010111 0 111 100101010 1010110 110101

Color Harmonies of #E71EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EEE

Black with #E71EEE

Text Example


Text Example

White with #E71EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EEE; }

 p { color: rgb(231,30,238); }

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

background-color css

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

 a { background-color: rgb(231,30,238); }

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

border-color css

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

 span { border-color: rgb(231,30,238); }

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