Html Css Color HEX #E71CEA Psychedelic Purple

📋 copy color: '#E71CEA'

red 231 ◦ green 28 ◦ blue 234

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

Shades of Psychedelic Purple #E71CEA

Tints of Psychedelic Purple #E71CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.68%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 46.86%
G = 5.68%
B = 47.46%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E71CEA (or 0xE71CEA) is known color: Psychedelic Purple. HEX triplet: E7, 1C and EA. RGB value is (231,28,234). Sum of RGB (Red+Green+Blue) = 231+28+234=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #E71CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CEA is #18E315. Grayscale: #6F6F6F. Windows color (decimal): -1630998 or 15342823. OLE color: 15342823.

HSL color Cylindrical-coordinate representation of color #E71CEA: hue angle of 299.13º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CEA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 28 234 -
CMYK 0.01 0.88 0 0.08
HSL 299.13º 0.83% 0.51% -
HSV(B) 299.13º 0.88% 0.92% -
XYZ 48.22 23.76 79.89 -
YUV 112.18 196.75 212.75 -
System Red Green Blue C M Y K H S L
Decimal 231 28 234 0.01 0.88 0 0.08 299.13 0.83 0.51
Hex E7 1C EA 1 58 0 8 12B 53 33
Octal 347 34 352 1 130 0 10 453 123 63
Binary 11100111 11100 11101010 1 1011000 0 1000 100101011 1010011 110011

Color Harmonies of #E71CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CEA

Black with #E71CEA

Text Example


Text Example

White with #E71CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CEA; }

 p { color: rgb(231,28,234); }

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

background-color css

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

 a { background-color: rgb(231,28,234); }

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

border-color css

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

 span { border-color: rgb(231,28,234); }

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