Html Css Color HEX #E616E2 Psychedelic Purple

📋 copy color: '#E616E2'

red 230 ◦ green 22 ◦ blue 226

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

Shades of Psychedelic Purple #E616E2

Tints of Psychedelic Purple #E616E2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.6%

 BLUE value IS 226 (88.67% from 255) = 47.28%

R = 48.12%
G = 4.6%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E616E2 (or 0xE616E2) is known color: Psychedelic Purple. HEX triplet: E6, 16 and E2. RGB value is (230,22,226). Sum of RGB (Red+Green+Blue) = 230+22+226=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E616E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616E2 is #19E91D. Grayscale: #6A6A6A. Windows color (decimal): -1698078 or 14816998. OLE color: 14816998.

HSL color Cylindrical-coordinate representation of color #E616E2: hue angle of 301.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616E2 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 226 -
CMYK 0 0.90 0.02 0.10
HSL 301.15º 0.83% 0.49% -
HSV(B) 301.15º 0.9% 0.9% -
XYZ 46.65 22.89 73.91 -
YUV 107.45 194.91 215.41 -
System Red Green Blue C M Y K H S L
Decimal 230 22 226 0 0.90 0.02 0.10 301.15 0.83 0.49
Hex E6 16 E2 0 5A 2 A 12D 53 31
Octal 346 26 342 0 132 2 12 455 123 61
Binary 11100110 10110 11100010 0 1011010 10 1010 100101101 1010011 110001

Color Harmonies of #E616E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E616E2

Black with #E616E2

Text Example


Text Example

White with #E616E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E616E2; }

 p { color: rgb(230,22,226); }

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

background-color css

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

 a { background-color: rgb(230,22,226); }

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

border-color css

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

 span { border-color: rgb(230,22,226); }

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