Html Css Color HEX #EA16F6 Psychedelic Purple

📋 copy color: '#EA16F6'

red 234 ◦ green 22 ◦ blue 246

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

Shades of Psychedelic Purple #EA16F6

Tints of Psychedelic Purple #EA16F6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.38%

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

R = 46.61%
G = 4.38%
B = 49%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA16F6 (or 0xEA16F6) is known color: Psychedelic Purple. HEX triplet: EA, 16 and F6. RGB value is (234,22,246). Sum of RGB (Red+Green+Blue) = 234+22+246=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA16F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA16F6 is #15E909. Grayscale: #6E6E6E. Windows color (decimal): -1435914 or 16127722. OLE color: 16127722.

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

Color convert

RGB 234 22 246 -
CMYK 0.05 0.91 0 0.04
HSL 296.79º 0.93% 0.53% -
HSV(B) 296.79º 0.91% 0.96% -
XYZ 50.85 24.72 89.28 -
YUV 110.92 204.24 215.79 -
System Red Green Blue C M Y K H S L
Decimal 234 22 246 0.05 0.91 0 0.04 296.79 0.93 0.53
Hex EA 16 F6 5 5B 0 4 129 5D 35
Octal 352 26 366 5 133 0 4 451 135 65
Binary 11101010 10110 11110110 101 1011011 0 100 100101001 1011101 110101

Color Harmonies of #EA16F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA16F6

Black with #EA16F6

Text Example


Text Example

White with #EA16F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA16F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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