Html Css Color HEX #EA01EC Psychedelic Purple

📋 copy color: '#EA01EC'

red 234 ◦ green 1 ◦ blue 236

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

Shades of Psychedelic Purple #EA01EC

Tints of Psychedelic Purple #EA01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 49.68%
G = 0.21%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA01EC (or 0xEA01EC) is known color: Psychedelic Purple. HEX triplet: EA, 01 and EC. RGB value is (234,1,236). Sum of RGB (Red+Green+Blue) = 234+1+236=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA01EC is #15FE13. Grayscale: #606060. Windows color (decimal): -1441300 or 15466986. OLE color: 15466986.

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

Color convert

RGB 234 1 236 -
CMYK 0.01 1.00 0 0.07
HSL 299.49º 0.99% 0.46% -
HSV(B) 299.49º 1% 0.93% -
XYZ 49.08 23.57 81.32 -
YUV 97.46 206.19 225.39 -
System Red Green Blue C M Y K H S L
Decimal 234 1 236 0.01 1.00 0 0.07 299.49 0.99 0.46
Hex EA 1 EC 1 64 0 7 12B 63 2E
Octal 352 1 354 1 144 0 7 453 143 56
Binary 11101010 1 11101100 1 1100100 0 111 100101011 1100011 101110

Color Harmonies of #EA01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA01EC

Black with #EA01EC

Text Example


Text Example

White with #EA01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA01EC; }

 p { color: rgb(234,1,236); }

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

background-color css

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

 a { background-color: rgb(234,1,236); }

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

border-color css

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

 span { border-color: rgb(234,1,236); }

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