Html Css Color HEX #EA29FF Psychedelic Purple

📋 copy color: '#EA29FF'

red 234 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #EA29FF

Tints of Psychedelic Purple #EA29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.74%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 44.15%
G = 7.74%
B = 48.11%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA29FF (or 0xEA29FF) is known color: Psychedelic Purple. HEX triplet: EA, 29 and FF. RGB value is (234,41,255). Sum of RGB (Red+Green+Blue) = 234+41+255=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA29FF is #15D600. Grayscale: #7A7A7A. Windows color (decimal): -1431041 or 16722410. OLE color: 16722410.

HSL color Cylindrical-coordinate representation of color #EA29FF: hue angle of 294.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA29FF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 41 255 -
CMYK 0.08 0.84 0 0
HSL 294.11º 1% 0.58% -
HSV(B) 294.11º 0.84% 1% -
XYZ 52.77 26.3 96.9 -
YUV 123.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 234 41 255 0.08 0.84 0 0 294.11 1 0.58
Hex EA 29 FF 8 54 0 0 126 64 3A
Octal 352 51 377 10 124 0 0 446 144 72
Binary 11101010 101001 11111111 1000 1010100 0 0 100100110 1100100 111010

Color Harmonies of #EA29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29FF

Black with #EA29FF

Text Example


Text Example

White with #EA29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29FF; }

 p { color: rgb(234,41,255); }

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

background-color css

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

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

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

border-color css

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

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

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