Html Css Color HEX #E609ED Psychedelic Purple

📋 copy color: '#E609ED'

red 230 ◦ green 9 ◦ blue 237

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

Shades of Psychedelic Purple #E609ED

Tints of Psychedelic Purple #E609ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.89%

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 48.32%
G = 1.89%
B = 49.79%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E609ED (or 0xE609ED) is known color: Psychedelic Purple. HEX triplet: E6, 09 and ED. RGB value is (230,9,237). Sum of RGB (Red+Green+Blue) = 230+9+237=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #E609ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E609ED is #19F612. Grayscale: #646464. Windows color (decimal): -1701395 or 15534566. OLE color: 15534566.

HSL color Cylindrical-coordinate representation of color #E609ED: hue angle of 298.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609ED is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 9 237 -
CMYK 0.03 0.96 0 0.07
HSL 298.16º 0.93% 0.48% -
HSV(B) 298.16º 0.96% 0.93% -
XYZ 48.02 23.13 82.06 -
YUV 101.07 204.72 219.96 -
System Red Green Blue C M Y K H S L
Decimal 230 9 237 0.03 0.96 0 0.07 298.16 0.93 0.48
Hex E6 9 ED 3 60 0 7 12A 5D 30
Octal 346 11 355 3 140 0 7 452 135 60
Binary 11100110 1001 11101101 11 1100000 0 111 100101010 1011101 110000

Color Harmonies of #E609ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609ED

Black with #E609ED

Text Example


Text Example

White with #E609ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609ED; }

 p { color: rgb(230,9,237); }

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

background-color css

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

 a { background-color: rgb(230,9,237); }

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

border-color css

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

 span { border-color: rgb(230,9,237); }

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