Html Css Color HEX #E607ED Psychedelic Purple

📋 copy color: '#E607ED'

red 230 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #E607ED

Tints of Psychedelic Purple #E607ED

RGB

 RED value IS 230 (90.23% from 255) = 48.52%

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

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

R = 48.52%
G = 1.48%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E607ED (or 0xE607ED) is known color: Psychedelic Purple. HEX triplet: E6, 07 and ED. RGB value is (230,7,237). Sum of RGB (Red+Green+Blue) = 230+7+237=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E607ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607ED is #19F812. Grayscale: #636363. Windows color (decimal): -1701907 or 15534054. OLE color: 15534054.

HSL color Cylindrical-coordinate representation of color #E607ED: hue angle of 298.17º 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 #E607ED is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 7 237 -
CMYK 0.03 0.97 0 0.07
HSL 298.17º 0.94% 0.48% -
HSV(B) 298.17º 0.97% 0.93% -
XYZ 48 23.09 82.05 -
YUV 99.9 205.38 220.8 -
System Red Green Blue C M Y K H S L
Decimal 230 7 237 0.03 0.97 0 0.07 298.17 0.94 0.48
Hex E6 7 ED 3 61 0 7 12A 5E 30
Octal 346 7 355 3 141 0 7 452 136 60
Binary 11100110 111 11101101 11 1100001 0 111 100101010 1011110 110000

Color Harmonies of #E607ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607ED

Black with #E607ED

Text Example


Text Example

White with #E607ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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