Html Css Color HEX #E606FC Psychedelic Purple

📋 copy color: '#E606FC'

red 230 ◦ green 6 ◦ blue 252

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

Shades of Psychedelic Purple #E606FC

Tints of Psychedelic Purple #E606FC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.23%

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

R = 47.13%
G = 1.23%
B = 51.64%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E606FC (or 0xE606FC) is known color: Psychedelic Purple. HEX triplet: E6, 06 and FC. RGB value is (230,6,252). Sum of RGB (Red+Green+Blue) = 230+6+252=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 6 (2.73% from 255 or 1.23% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #E606FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E606FC is #19F903. Grayscale: #646464. Windows color (decimal): -1702148 or 16516838. OLE color: 16516838.

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

Color convert

RGB 230 6 252 -
CMYK 0.09 0.98 0 0.01
HSL 294.63º 0.98% 0.51% -
HSV(B) 294.63º 0.98% 0.99% -
XYZ 50.27 23.98 94.07 -
YUV 101.02 213.21 220 -
System Red Green Blue C M Y K H S L
Decimal 230 6 252 0.09 0.98 0 0.01 294.63 0.98 0.51
Hex E6 6 FC 9 62 0 1 127 62 33
Octal 346 6 374 11 142 0 1 447 142 63
Binary 11100110 110 11111100 1001 1100010 0 1 100100111 1100010 110011

Color Harmonies of #E606FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606FC

Black with #E606FC

Text Example


Text Example

White with #E606FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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