Html Css Color HEX #E71DED Psychedelic Purple

📋 copy color: '#E71DED'

red 231 ◦ green 29 ◦ blue 237

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

Shades of Psychedelic Purple #E71DED

Tints of Psychedelic Purple #E71DED

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.84%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 46.48%
G = 5.84%
B = 47.69%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E71DED (or 0xE71DED) is known color: Psychedelic Purple. HEX triplet: E7, 1D and ED. RGB value is (231,29,237). Sum of RGB (Red+Green+Blue) = 231+29+237=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E71DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71DED is #18E212. Grayscale: #707070. Windows color (decimal): -1630739 or 15539687. OLE color: 15539687.

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

Color convert

RGB 231 29 237 -
CMYK 0.03 0.88 0 0.07
HSL 298.27º 0.85% 0.52% -
HSV(B) 298.27º 0.88% 0.93% -
XYZ 48.68 23.98 82.18 -
YUV 113.11 197.92 212.09 -
System Red Green Blue C M Y K H S L
Decimal 231 29 237 0.03 0.88 0 0.07 298.27 0.85 0.52
Hex E7 1D ED 3 58 0 7 12A 55 34
Octal 347 35 355 3 130 0 7 452 125 64
Binary 11100111 11101 11101101 11 1011000 0 111 100101010 1010101 110100

Color Harmonies of #E71DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DED

Black with #E71DED

Text Example


Text Example

White with #E71DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DED; }

 p { color: rgb(231,29,237); }

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

background-color css

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

 a { background-color: rgb(231,29,237); }

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

border-color css

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

 span { border-color: rgb(231,29,237); }

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