Html Css Color HEX #E710ED Psychedelic Purple

📋 copy color: '#E710ED'

red 231 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #E710ED

Tints of Psychedelic Purple #E710ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.31%

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

R = 47.73%
G = 3.31%
B = 48.97%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E710ED (or 0xE710ED) is known color: Psychedelic Purple. HEX triplet: E7, 10 and ED. RGB value is (231,16,237). Sum of RGB (Red+Green+Blue) = 231+16+237=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #E710ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710ED is #18EF12. Grayscale: #686868. Windows color (decimal): -1634067 or 15536359. OLE color: 15536359.

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

Color convert

RGB 231 16 237 -
CMYK 0.03 0.93 0 0.07
HSL 298.37º 0.87% 0.5% -
HSV(B) 298.37º 0.93% 0.93% -
XYZ 48.43 23.47 82.1 -
YUV 105.48 202.23 217.53 -
System Red Green Blue C M Y K H S L
Decimal 231 16 237 0.03 0.93 0 0.07 298.37 0.87 0.5
Hex E7 10 ED 3 5D 0 7 12A 57 32
Octal 347 20 355 3 135 0 7 452 127 62
Binary 11100111 10000 11101101 11 1011101 0 111 100101010 1010111 110010

Color Harmonies of #E710ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710ED

Black with #E710ED

Text Example


Text Example

White with #E710ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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