Html Css Color HEX #EA17E6 Psychedelic Purple

📋 copy color: '#EA17E6'

red 234 ◦ green 23 ◦ blue 230

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

Shades of Psychedelic Purple #EA17E6

Tints of Psychedelic Purple #EA17E6

RGB

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

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

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

R = 48.05%
G = 4.72%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA17E6 (or 0xEA17E6) is known color: Psychedelic Purple. HEX triplet: EA, 17 and E6. RGB value is (234,23,230). Sum of RGB (Red+Green+Blue) = 234+23+230=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17E6 is #15E819. Grayscale: #6D6D6D. Windows color (decimal): -1435674 or 15079402. OLE color: 15079402.

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

Color convert

RGB 234 23 230 -
CMYK 0 0.90 0.02 0.08
HSL 301.14º 0.83% 0.5% -
HSV(B) 301.14º 0.9% 0.92% -
XYZ 48.52 23.82 76.9 -
YUV 109.69 195.9 216.67 -
System Red Green Blue C M Y K H S L
Decimal 234 23 230 0 0.90 0.02 0.08 301.14 0.83 0.5
Hex EA 17 E6 0 5A 2 8 12D 53 32
Octal 352 27 346 0 132 2 10 455 123 62
Binary 11101010 10111 11100110 0 1011010 10 1000 100101101 1010011 110010

Color Harmonies of #EA17E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17E6

Black with #EA17E6

Text Example


Text Example

White with #EA17E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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