Html Css Color HEX #EA13ED Psychedelic Purple

📋 copy color: '#EA13ED'

red 234 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #EA13ED

Tints of Psychedelic Purple #EA13ED

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.88%

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

R = 47.76%
G = 3.88%
B = 48.37%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA13ED (or 0xEA13ED) is known color: Psychedelic Purple. HEX triplet: EA, 13 and ED. RGB value is (234,19,237). Sum of RGB (Red+Green+Blue) = 234+19+237=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA13ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA13ED is #15EC12. Grayscale: #6B6B6B. Windows color (decimal): -1436691 or 15537130. OLE color: 15537130.

HSL color Cylindrical-coordinate representation of color #EA13ED: hue angle of 299.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA13ED is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 19 237 -
CMYK 0.01 0.92 0 0.07
HSL 299.17º 0.86% 0.5% -
HSV(B) 299.17º 0.92% 0.93% -
XYZ 49.45 24.07 82.16 -
YUV 108.14 200.73 217.77 -
System Red Green Blue C M Y K H S L
Decimal 234 19 237 0.01 0.92 0 0.07 299.17 0.86 0.5
Hex EA 13 ED 1 5C 0 7 12B 56 32
Octal 352 23 355 1 134 0 7 453 126 62
Binary 11101010 10011 11101101 1 1011100 0 111 100101011 1010110 110010

Color Harmonies of #EA13ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA13ED

Black with #EA13ED

Text Example


Text Example

White with #EA13ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA13ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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