Html Css Color HEX #EA10ED Psychedelic Purple

📋 copy color: '#EA10ED'

red 234 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #EA10ED

Tints of Psychedelic Purple #EA10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.29%

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

R = 48.05%
G = 3.29%
B = 48.67%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA10ED (or 0xEA10ED) is known color: Psychedelic Purple. HEX triplet: EA, 10 and ED. RGB value is (234,16,237). Sum of RGB (Red+Green+Blue) = 234+16+237=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA10ED is #15EF12. Grayscale: #696969. Windows color (decimal): -1437459 or 15536362. OLE color: 15536362.

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

Color convert

RGB 234 16 237 -
CMYK 0.01 0.93 0 0.07
HSL 299.19º 0.87% 0.5% -
HSV(B) 299.19º 0.93% 0.93% -
XYZ 49.4 23.98 82.15 -
YUV 106.38 201.72 219.03 -
System Red Green Blue C M Y K H S L
Decimal 234 16 237 0.01 0.93 0 0.07 299.19 0.87 0.5
Hex EA 10 ED 1 5D 0 7 12B 57 32
Octal 352 20 355 1 135 0 7 453 127 62
Binary 11101010 10000 11101101 1 1011101 0 111 100101011 1010111 110010

Color Harmonies of #EA10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10ED

Black with #EA10ED

Text Example


Text Example

White with #EA10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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