Html Css Color HEX #EA30F6 Psychedelic Purple

📋 copy color: '#EA30F6'

red 234 ◦ green 48 ◦ blue 246

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

Shades of Psychedelic Purple #EA30F6

Tints of Psychedelic Purple #EA30F6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.09%

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 44.32%
G = 9.09%
B = 46.59%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA30F6 (or 0xEA30F6) is known color: Psychedelic Purple. HEX triplet: EA, 30 and F6. RGB value is (234,48,246). Sum of RGB (Red+Green+Blue) = 234+48+246=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 48 (19.14% from 255 or 9.09% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA30F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA30F6 is #15CF09. Grayscale: #7D7D7D. Windows color (decimal): -1429258 or 16134378. OLE color: 16134378.

HSL color Cylindrical-coordinate representation of color #EA30F6: hue angle of 296.36º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA30F6 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 48 246 -
CMYK 0.05 0.80 0 0.04
HSL 296.36º 0.92% 0.58% -
HSV(B) 296.36º 0.8% 0.96% -
XYZ 51.62 26.26 89.54 -
YUV 126.19 195.62 204.9 -
System Red Green Blue C M Y K H S L
Decimal 234 48 246 0.05 0.80 0 0.04 296.36 0.92 0.58
Hex EA 30 F6 5 50 0 4 128 5C 3A
Octal 352 60 366 5 120 0 4 450 134 72
Binary 11101010 110000 11110110 101 1010000 0 100 100101000 1011100 111010

Color Harmonies of #EA30F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA30F6

Black with #EA30F6

Text Example


Text Example

White with #EA30F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA30F6; }

 p { color: rgb(234,48,246); }

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

background-color css

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

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

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

border-color css

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

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

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