Html Css Color HEX #EA06EA Psychedelic Purple

📋 copy color: '#EA06EA'

red 234 ◦ green 6 ◦ blue 234

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

Shades of Psychedelic Purple #EA06EA

Tints of Psychedelic Purple #EA06EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 49.37%
G = 1.27%
B = 49.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA06EA (or 0xEA06EA) is known color: Psychedelic Purple. HEX triplet: EA, 06 and EA. RGB value is (234,6,234). Sum of RGB (Red+Green+Blue) = 234+6+234=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA06EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA06EA is #15F915. Grayscale: #636363. Windows color (decimal): -1440022 or 15337194. OLE color: 15337194.

HSL color Cylindrical-coordinate representation of color #EA06EA: hue angle of 300º 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 #EA06EA is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 234 -
CMYK 0 0.97 0 0.08
HSL 300º 0.95% 0.47% -
HSV(B) 300º 0.97% 0.92% -
XYZ 48.85 23.56 79.82 -
YUV 100.16 203.54 223.46 -
System Red Green Blue C M Y K H S L
Decimal 234 6 234 0 0.97 0 0.08 300 0.95 0.47
Hex EA 6 EA 0 61 0 8 12C 5F 2F
Octal 352 6 352 0 141 0 10 454 137 57
Binary 11101010 110 11101010 0 1100001 0 1000 100101100 1011111 101111

Color Harmonies of #EA06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06EA

Black with #EA06EA

Text Example


Text Example

White with #EA06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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