Html Css Color HEX #E71CEF Psychedelic Purple

📋 copy color: '#E71CEF'

red 231 ◦ green 28 ◦ blue 239

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

Shades of Psychedelic Purple #E71CEF

Tints of Psychedelic Purple #E71CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 46.39%
G = 5.62%
B = 47.99%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E71CEF (or 0xE71CEF) is known color: Psychedelic Purple. HEX triplet: E7, 1C and EF. RGB value is (231,28,239). Sum of RGB (Red+Green+Blue) = 231+28+239=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #E71CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CEF is #18E310. Grayscale: #707070. Windows color (decimal): -1630993 or 15670503. OLE color: 15670503.

HSL color Cylindrical-coordinate representation of color #E71CEF: hue angle of 297.73º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CEF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 28 239 -
CMYK 0.03 0.88 0 0.06
HSL 297.73º 0.87% 0.52% -
HSV(B) 297.73º 0.88% 0.94% -
XYZ 48.95 24.05 83.72 -
YUV 112.75 199.25 212.34 -
System Red Green Blue C M Y K H S L
Decimal 231 28 239 0.03 0.88 0 0.06 297.73 0.87 0.52
Hex E7 1C EF 3 58 0 6 12A 57 34
Octal 347 34 357 3 130 0 6 452 127 64
Binary 11100111 11100 11101111 11 1011000 0 110 100101010 1010111 110100

Color Harmonies of #E71CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CEF

Black with #E71CEF

Text Example


Text Example

White with #E71CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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