Html Css Color HEX #E606FF Psychedelic Purple

📋 copy color: '#E606FF'

red 230 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #E606FF

Tints of Psychedelic Purple #E606FF

RGB

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

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

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

R = 46.84%
G = 1.22%
B = 51.93%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E606FF (or 0xE606FF) is known color: Psychedelic Purple. HEX triplet: E6, 06 and FF. RGB value is (230,6,255). Sum of RGB (Red+Green+Blue) = 230+6+255=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E606FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E606FF is #19F900. Grayscale: #646464. Windows color (decimal): -1702145 or 16713446. OLE color: 16713446.

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

Color convert

RGB 230 6 255 -
CMYK 0.10 0.98 0 0
HSL 293.98º 1% 0.51% -
HSV(B) 293.98º 0.98% 1% -
XYZ 50.75 24.17 96.6 -
YUV 101.36 214.71 219.75 -
System Red Green Blue C M Y K H S L
Decimal 230 6 255 0.10 0.98 0 0 293.98 1 0.51
Hex E6 6 FF A 62 0 0 126 64 33
Octal 346 6 377 12 142 0 0 446 144 63
Binary 11100110 110 11111111 1010 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E606FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606FF

Black with #E606FF

Text Example


Text Example

White with #E606FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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