Html Css Color HEX #E606E9 Psychedelic Purple

📋 copy color: '#E606E9'

red 230 ◦ green 6 ◦ blue 233

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

Shades of Psychedelic Purple #E606E9

Tints of Psychedelic Purple #E606E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.68%

R = 49.04%
G = 1.28%
B = 49.68%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E606E9 (or 0xE606E9) is known color: Psychedelic Purple. HEX triplet: E6, 06 and E9. RGB value is (230,6,233). Sum of RGB (Red+Green+Blue) = 230+6+233=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #E606E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E606E9 is #19F916. Grayscale: #626262. Windows color (decimal): -1702167 or 15271654. OLE color: 15271654.

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

Color convert

RGB 230 6 233 -
CMYK 0.01 0.97 0 0.09
HSL 299.21º 0.95% 0.47% -
HSV(B) 299.21º 0.97% 0.91% -
XYZ 47.41 22.84 79 -
YUV 98.85 203.71 221.54 -
System Red Green Blue C M Y K H S L
Decimal 230 6 233 0.01 0.97 0 0.09 299.21 0.95 0.47
Hex E6 6 E9 1 61 0 9 12B 5F 2F
Octal 346 6 351 1 141 0 11 453 137 57
Binary 11100110 110 11101001 1 1100001 0 1001 100101011 1011111 101111

Color Harmonies of #E606E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606E9

Black with #E606E9

Text Example


Text Example

White with #E606E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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