Html Css Color HEX #EA30FA Psychedelic Purple

📋 copy color: '#EA30FA'

red 234 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #EA30FA

Tints of Psychedelic Purple #EA30FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 43.98%
G = 9.02%
B = 46.99%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA30FA (or 0xEA30FA) is known color: Psychedelic Purple. HEX triplet: EA, 30 and FA. RGB value is (234,48,250). Sum of RGB (Red+Green+Blue) = 234+48+250=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 48 (19.14% from 255 or 9.02% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA30FA is #15CF05. Grayscale: #7E7E7E. Windows color (decimal): -1429254 or 16396522. OLE color: 16396522.

HSL color Cylindrical-coordinate representation of color #EA30FA: hue angle of 295.25º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA30FA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 48 250 -
CMYK 0.06 0.81 0 0.02
HSL 295.25º 0.95% 0.58% -
HSV(B) 295.25º 0.81% 0.98% -
XYZ 52.24 26.51 92.81 -
YUV 126.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 234 48 250 0.06 0.81 0 0.02 295.25 0.95 0.58
Hex EA 30 FA 6 51 0 2 127 5F 3A
Octal 352 60 372 6 121 0 2 447 137 72
Binary 11101010 110000 11111010 110 1010001 0 10 100100111 1011111 111010

Color Harmonies of #EA30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA30FA

Black with #EA30FA

Text Example


Text Example

White with #EA30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA30FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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