Html Css Color HEX #E71CF4 Psychedelic Purple

📋 copy color: '#E71CF4'

red 231 ◦ green 28 ◦ blue 244

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

Shades of Psychedelic Purple #E71CF4

Tints of Psychedelic Purple #E71CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.51%

R = 45.92%
G = 5.57%
B = 48.51%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E71CF4 (or 0xE71CF4) is known color: Psychedelic Purple. HEX triplet: E7, 1C and F4. RGB value is (231,28,244). Sum of RGB (Red+Green+Blue) = 231+28+244=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #E71CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CF4 is #18E30B. Grayscale: #707070. Windows color (decimal): -1630988 or 15998183. OLE color: 15998183.

HSL color Cylindrical-coordinate representation of color #E71CF4: hue angle of 296.39º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71CF4 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 28 244 -
CMYK 0.05 0.89 0 0.04
HSL 296.39º 0.91% 0.53% -
HSV(B) 296.39º 0.89% 0.96% -
XYZ 49.7 24.35 87.67 -
YUV 113.32 201.75 211.94 -
System Red Green Blue C M Y K H S L
Decimal 231 28 244 0.05 0.89 0 0.04 296.39 0.91 0.53
Hex E7 1C F4 5 59 0 4 128 5B 35
Octal 347 34 364 5 131 0 4 450 133 65
Binary 11100111 11100 11110100 101 1011001 0 100 100101000 1011011 110101

Color Harmonies of #E71CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CF4

Black with #E71CF4

Text Example


Text Example

White with #E71CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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