Html Css Color HEX #E71CEB Psychedelic Purple

📋 copy color: '#E71CEB'

red 231 ◦ green 28 ◦ blue 235

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

Shades of Psychedelic Purple #E71CEB

Tints of Psychedelic Purple #E71CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 46.76%
G = 5.67%
B = 47.57%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E71CEB (or 0xE71CEB) is known color: Psychedelic Purple. HEX triplet: E7, 1C and EB. RGB value is (231,28,235). Sum of RGB (Red+Green+Blue) = 231+28+235=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #E71CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CEB is #18E314. Grayscale: #6F6F6F. Windows color (decimal): -1630997 or 15408359. OLE color: 15408359.

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

Color convert

RGB 231 28 235 -
CMYK 0.02 0.88 0 0.08
HSL 298.84º 0.84% 0.52% -
HSV(B) 298.84º 0.88% 0.92% -
XYZ 48.37 23.82 80.65 -
YUV 112.3 197.25 212.67 -
System Red Green Blue C M Y K H S L
Decimal 231 28 235 0.02 0.88 0 0.08 298.84 0.84 0.52
Hex E7 1C EB 2 58 0 8 12B 54 34
Octal 347 34 353 2 130 0 10 453 124 64
Binary 11100111 11100 11101011 10 1011000 0 1000 100101011 1010100 110100

Color Harmonies of #E71CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CEB

Black with #E71CEB

Text Example


Text Example

White with #E71CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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