Html Css Color HEX #E807ED Psychedelic Purple

📋 copy color: '#E807ED'

red 232 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #E807ED

Tints of Psychedelic Purple #E807ED

RGB

 RED value IS 232 (91.02% from 255) = 48.74%

 GREEN value IS 7 (3.13% from 255) = 1.47%

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

R = 48.74%
G = 1.47%
B = 49.79%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E807ED (or 0xE807ED) is known color: Psychedelic Purple. HEX triplet: E8, 07 and ED. RGB value is (232,7,237). Sum of RGB (Red+Green+Blue) = 232+7+237=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #E807ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E807ED is #17F812. Grayscale: #636363. Windows color (decimal): -1570835 or 15534056. OLE color: 15534056.

HSL color Cylindrical-coordinate representation of color #E807ED: hue angle of 298.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E807ED is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 7 237 -
CMYK 0.02 0.97 0 0.07
HSL 298.7º 0.94% 0.48% -
HSV(B) 298.7º 0.97% 0.93% -
XYZ 48.64 23.42 82.08 -
YUV 100.5 205.04 221.8 -
System Red Green Blue C M Y K H S L
Decimal 232 7 237 0.02 0.97 0 0.07 298.7 0.94 0.48
Hex E8 7 ED 2 61 0 7 12B 5E 30
Octal 350 7 355 2 141 0 7 453 136 60
Binary 11101000 111 11101101 10 1100001 0 111 100101011 1011110 110000

Color Harmonies of #E807ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E807ED

Black with #E807ED

Text Example


Text Example

White with #E807ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E807ED; }

 p { color: rgb(232,7,237); }

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

background-color css

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

 a { background-color: rgb(232,7,237); }

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

border-color css

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

 span { border-color: rgb(232,7,237); }

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