Html Css Color HEX #EA06E9 Psychedelic Purple

📋 copy color: '#EA06E9'

red 234 ◦ green 6 ◦ blue 233

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

Shades of Psychedelic Purple #EA06E9

Tints of Psychedelic Purple #EA06E9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 233 (91.41% from 255) = 49.26%

R = 49.47%
G = 1.27%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EA06E9 (or 0xEA06E9) is known color: Psychedelic Purple. HEX triplet: EA, 06 and E9. RGB value is (234,6,233). Sum of RGB (Red+Green+Blue) = 234+6+233=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA06E9 is #15F916. Grayscale: #636363. Windows color (decimal): -1440023 or 15271658. OLE color: 15271658.

HSL color Cylindrical-coordinate representation of color #EA06E9: hue angle of 300.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA06E9 is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 233 -
CMYK 0 0.97 0.00 0.08
HSL 300.26º 0.95% 0.47% -
HSV(B) 300.26º 0.97% 0.92% -
XYZ 48.7 23.51 79.06 -
YUV 100.05 203.04 223.54 -
System Red Green Blue C M Y K H S L
Decimal 234 6 233 0 0.97 0.00 0.08 300.26 0.95 0.47
Hex EA 6 E9 0 61 0 8 12C 5F 2F
Octal 352 6 351 0 141 0 10 454 137 57
Binary 11101010 110 11101001 0 1100001 0 1000 100101100 1011111 101111

Color Harmonies of #EA06E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06E9

Black with #EA06E9

Text Example


Text Example

White with #EA06E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06E9; }

 p { color: rgb(234,6,233); }

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

background-color css

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

 a { background-color: rgb(234,6,233); }

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

border-color css

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

 span { border-color: rgb(234,6,233); }

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