Html Css Color HEX #EA17EC Psychedelic Purple

📋 copy color: '#EA17EC'

red 234 ◦ green 23 ◦ blue 236

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

Shades of Psychedelic Purple #EA17EC

Tints of Psychedelic Purple #EA17EC

RGB

 RED value IS 234 (91.8% from 255) = 47.46%

 GREEN value IS 23 (9.38% from 255) = 4.67%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 47.46%
G = 4.67%
B = 47.87%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA17EC (or 0xEA17EC) is known color: Psychedelic Purple. HEX triplet: EA, 17 and EC. RGB value is (234,23,236). Sum of RGB (Red+Green+Blue) = 234+23+236=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17EC is #15E813. Grayscale: #6D6D6D. Windows color (decimal): -1435668 or 15472618. OLE color: 15472618.

HSL color Cylindrical-coordinate representation of color #EA17EC: hue angle of 299.44º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17EC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 23 236 -
CMYK 0.01 0.90 0 0.07
HSL 299.44º 0.85% 0.51% -
HSV(B) 299.44º 0.9% 0.93% -
XYZ 49.38 24.16 81.42 -
YUV 110.37 198.9 216.18 -
System Red Green Blue C M Y K H S L
Decimal 234 23 236 0.01 0.90 0 0.07 299.44 0.85 0.51
Hex EA 17 EC 1 5A 0 7 12B 55 33
Octal 352 27 354 1 132 0 7 453 125 63
Binary 11101010 10111 11101100 1 1011010 0 111 100101011 1010101 110011

Color Harmonies of #EA17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17EC

Black with #EA17EC

Text Example


Text Example

White with #EA17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17EC; }

 p { color: rgb(234,23,236); }

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

background-color css

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

 a { background-color: rgb(234,23,236); }

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

border-color css

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

 span { border-color: rgb(234,23,236); }

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