Html Css Color HEX #EA29F6 Psychedelic Purple

📋 copy color: '#EA29F6'

red 234 ◦ green 41 ◦ blue 246

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

Shades of Psychedelic Purple #EA29F6

Tints of Psychedelic Purple #EA29F6

RGB

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

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

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

R = 44.91%
G = 7.87%
B = 47.22%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA29F6 (or 0xEA29F6) is known color: Psychedelic Purple. HEX triplet: EA, 29 and F6. RGB value is (234,41,246). Sum of RGB (Red+Green+Blue) = 234+41+246=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA29F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA29F6 is #15D609. Grayscale: #797979. Windows color (decimal): -1431050 or 16132586. OLE color: 16132586.

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

Color convert

RGB 234 41 246 -
CMYK 0.05 0.83 0 0.04
HSL 296.49º 0.92% 0.56% -
HSV(B) 296.49º 0.83% 0.96% -
XYZ 51.36 25.73 89.45 -
YUV 122.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 234 41 246 0.05 0.83 0 0.04 296.49 0.92 0.56
Hex EA 29 F6 5 53 0 4 128 5C 38
Octal 352 51 366 5 123 0 4 450 134 70
Binary 11101010 101001 11110110 101 1010011 0 100 100101000 1011100 111000

Color Harmonies of #EA29F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29F6

Black with #EA29F6

Text Example


Text Example

White with #EA29F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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