Html Css Color HEX #EA17EB Psychedelic Purple

📋 copy color: '#EA17EB'

red 234 ◦ green 23 ◦ blue 235

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

Shades of Psychedelic Purple #EA17EB

Tints of Psychedelic Purple #EA17EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 47.56%
G = 4.67%
B = 47.76%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA17EB (or 0xEA17EB) is known color: Psychedelic Purple. HEX triplet: EA, 17 and EB. RGB value is (234,23,235). Sum of RGB (Red+Green+Blue) = 234+23+235=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA17EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17EB is #15E814. Grayscale: #6D6D6D. Windows color (decimal): -1435669 or 15407082. OLE color: 15407082.

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

Color convert

RGB 234 23 235 -
CMYK 0.00 0.90 0 0.08
HSL 299.72º 0.84% 0.51% -
HSV(B) 299.72º 0.9% 0.92% -
XYZ 49.23 24.1 80.65 -
YUV 110.26 198.4 216.26 -
System Red Green Blue C M Y K H S L
Decimal 234 23 235 0.00 0.90 0 0.08 299.72 0.84 0.51
Hex EA 17 EB 0 5A 0 8 12C 54 33
Octal 352 27 353 0 132 0 10 454 124 63
Binary 11101010 10111 11101011 0 1011010 0 1000 100101100 1010100 110011

Color Harmonies of #EA17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17EB

Black with #EA17EB

Text Example


Text Example

White with #EA17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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