Html Css Color HEX #E914E6 Psychedelic Purple

📋 copy color: '#E914E6'

red 233 ◦ green 20 ◦ blue 230

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

Shades of Psychedelic Purple #E914E6

Tints of Psychedelic Purple #E914E6

RGB

 RED value IS 233 (91.41% from 255) = 48.24%

 GREEN value IS 20 (8.2% from 255) = 4.14%

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 48.24%
G = 4.14%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E914E6 (or 0xE914E6) is known color: Psychedelic Purple. HEX triplet: E9, 14 and E6. RGB value is (233,20,230). Sum of RGB (Red+Green+Blue) = 233+20+230=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E914E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914E6 is #16EB19. Grayscale: #6A6A6A. Windows color (decimal): -1501978 or 15078633. OLE color: 15078633.

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

Color convert

RGB 233 20 230 -
CMYK 0 0.91 0.01 0.09
HSL 300.85º 0.84% 0.5% -
HSV(B) 300.85º 0.91% 0.91% -
XYZ 48.14 23.54 76.87 -
YUV 107.63 197.07 217.42 -
System Red Green Blue C M Y K H S L
Decimal 233 20 230 0 0.91 0.01 0.09 300.85 0.84 0.5
Hex E9 14 E6 0 5B 1 9 12D 54 32
Octal 351 24 346 0 133 1 11 455 124 62
Binary 11101001 10100 11100110 0 1011011 1 1001 100101101 1010100 110010

Color Harmonies of #E914E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E914E6

Black with #E914E6

Text Example


Text Example

White with #E914E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E914E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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