Html Css Color HEX #EA17ED Psychedelic Purple

📋 copy color: '#EA17ED'

red 234 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #EA17ED

Tints of Psychedelic Purple #EA17ED

RGB

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

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

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

R = 47.37%
G = 4.66%
B = 47.98%

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

#EA17ED (or 0xEA17ED) is known color: Psychedelic Purple. HEX triplet: EA, 17 and ED. RGB value is (234,23,237). Sum of RGB (Red+Green+Blue) = 234+23+237=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA17ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17ED is #15E812. Grayscale: #6D6D6D. Windows color (decimal): -1435667 or 15538154. OLE color: 15538154.

HSL color Cylindrical-coordinate representation of color #EA17ED: hue angle of 299.16º degrees, saturation: 0.86, 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 #EA17ED is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 23 237 -
CMYK 0.01 0.90 0 0.07
HSL 299.16º 0.86% 0.51% -
HSV(B) 299.16º 0.9% 0.93% -
XYZ 49.52 24.22 82.19 -
YUV 110.49 199.4 216.1 -
System Red Green Blue C M Y K H S L
Decimal 234 23 237 0.01 0.90 0 0.07 299.16 0.86 0.51
Hex EA 17 ED 1 5A 0 7 12B 56 33
Octal 352 27 355 1 132 0 7 453 126 63
Binary 11101010 10111 11101101 1 1011010 0 111 100101011 1010110 110011

Color Harmonies of #EA17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17ED

Black with #EA17ED

Text Example


Text Example

White with #EA17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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