Html Css Color HEX #E71CFD Psychedelic Purple

📋 copy color: '#E71CFD'

red 231 ◦ green 28 ◦ blue 253

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

Shades of Psychedelic Purple #E71CFD

Tints of Psychedelic Purple #E71CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 45.12%
G = 5.47%
B = 49.41%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E71CFD (or 0xE71CFD) is known color: Psychedelic Purple. HEX triplet: E7, 1C and FD. RGB value is (231,28,253). Sum of RGB (Red+Green+Blue) = 231+28+253=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 28 (11.33% from 255 or 5.47% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #E71CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CFD is #18E302. Grayscale: #717171. Windows color (decimal): -1630979 or 16588007. OLE color: 16588007.

HSL color Cylindrical-coordinate representation of color #E71CFD: hue angle of 294.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71CFD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 28 253 -
CMYK 0.09 0.89 0 0.01
HSL 294.13º 0.98% 0.55% -
HSV(B) 294.13º 0.89% 0.99% -
XYZ 51.1 24.91 95.04 -
YUV 114.35 206.25 211.2 -
System Red Green Blue C M Y K H S L
Decimal 231 28 253 0.09 0.89 0 0.01 294.13 0.98 0.55
Hex E7 1C FD 9 59 0 1 126 62 37
Octal 347 34 375 11 131 0 1 446 142 67
Binary 11100111 11100 11111101 1001 1011001 0 1 100100110 1100010 110111

Color Harmonies of #E71CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CFD

Black with #E71CFD

Text Example


Text Example

White with #E71CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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