Html Css Color HEX #E607FC Psychedelic Purple

📋 copy color: '#E607FC'

red 230 ◦ green 7 ◦ blue 252

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

Shades of Psychedelic Purple #E607FC

Tints of Psychedelic Purple #E607FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 47.03%
G = 1.43%
B = 51.53%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E607FC (or 0xE607FC) is known color: Psychedelic Purple. HEX triplet: E6, 07 and FC. RGB value is (230,7,252). Sum of RGB (Red+Green+Blue) = 230+7+252=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 7 (3.12% from 255 or 1.43% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #E607FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607FC is #19F803. Grayscale: #646464. Windows color (decimal): -1701892 or 16517094. OLE color: 16517094.

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

Color convert

RGB 230 7 252 -
CMYK 0.09 0.97 0 0.01
HSL 294.61º 0.98% 0.51% -
HSV(B) 294.61º 0.97% 0.99% -
XYZ 50.28 24 94.08 -
YUV 101.61 212.88 219.58 -
System Red Green Blue C M Y K H S L
Decimal 230 7 252 0.09 0.97 0 0.01 294.61 0.98 0.51
Hex E6 7 FC 9 61 0 1 127 62 33
Octal 346 7 374 11 141 0 1 447 142 63
Binary 11100110 111 11111100 1001 1100001 0 1 100100111 1100010 110011

Color Harmonies of #E607FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607FC

Black with #E607FC

Text Example


Text Example

White with #E607FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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