Html Css Color HEX #E607FF Psychedelic Purple

📋 copy color: '#E607FF'

red 230 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #E607FF

Tints of Psychedelic Purple #E607FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 46.75%
G = 1.42%
B = 51.83%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E607FF (or 0xE607FF) is known color: Psychedelic Purple. HEX triplet: E6, 07 and FF. RGB value is (230,7,255). Sum of RGB (Red+Green+Blue) = 230+7+255=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 7 (3.12% from 255 or 1.42% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E607FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607FF is #19F800. Grayscale: #656565. Windows color (decimal): -1701889 or 16713702. OLE color: 16713702.

HSL color Cylindrical-coordinate representation of color #E607FF: hue angle of 293.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E607FF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 7 255 -
CMYK 0.10 0.97 0 0
HSL 293.95º 1% 0.51% -
HSV(B) 293.95º 0.97% 1% -
XYZ 50.76 24.19 96.6 -
YUV 101.95 214.38 219.33 -
System Red Green Blue C M Y K H S L
Decimal 230 7 255 0.10 0.97 0 0 293.95 1 0.51
Hex E6 7 FF A 61 0 0 126 64 33
Octal 346 7 377 12 141 0 0 446 144 63
Binary 11100110 111 11111111 1010 1100001 0 0 100100110 1100100 110011

Color Harmonies of #E607FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607FF

Black with #E607FF

Text Example


Text Example

White with #E607FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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