Html Css Color HEX #EA14ED Psychedelic Purple

📋 copy color: '#EA14ED'

red 234 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #EA14ED

Tints of Psychedelic Purple #EA14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.07%

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

R = 47.66%
G = 4.07%
B = 48.27%

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

#EA14ED (or 0xEA14ED) is known color: Psychedelic Purple. HEX triplet: EA, 14 and ED. RGB value is (234,20,237). Sum of RGB (Red+Green+Blue) = 234+20+237=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA14ED is #15EB12. Grayscale: #6C6C6C. Windows color (decimal): -1436435 or 15537386. OLE color: 15537386.

HSL color Cylindrical-coordinate representation of color #EA14ED: 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 #EA14ED is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 20 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.47 24.11 82.17 -
YUV 108.72 200.4 217.36 -
System Red Green Blue C M Y K H S L
Decimal 234 20 237 0.01 0.92 0 0.07 299.17 0.86 0.5
Hex EA 14 ED 1 5C 0 7 12B 56 32
Octal 352 24 355 1 134 0 7 453 126 62
Binary 11101010 10100 11101101 1 1011100 0 111 100101011 1010110 110010

Color Harmonies of #EA14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA14ED

Black with #EA14ED

Text Example


Text Example

White with #EA14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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