Html Css Color HEX #EA0CF6 Psychedelic Purple

📋 copy color: '#EA0CF6'

red 234 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #EA0CF6

Tints of Psychedelic Purple #EA0CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

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

R = 47.56%
G = 2.44%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA0CF6 (or 0xEA0CF6) is known color: Psychedelic Purple. HEX triplet: EA, 0C and F6. RGB value is (234,12,246). Sum of RGB (Red+Green+Blue) = 234+12+246=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA0CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0CF6 is #15F309. Grayscale: #686868. Windows color (decimal): -1438474 or 16125162. OLE color: 16125162.

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

Color convert

RGB 234 12 246 -
CMYK 0.05 0.95 0 0.04
HSL 296.92º 0.93% 0.51% -
HSV(B) 296.92º 0.95% 0.96% -
XYZ 50.7 24.41 89.23 -
YUV 105.05 207.55 219.97 -
System Red Green Blue C M Y K H S L
Decimal 234 12 246 0.05 0.95 0 0.04 296.92 0.93 0.51
Hex EA C F6 5 5F 0 4 129 5D 33
Octal 352 14 366 5 137 0 4 451 135 63
Binary 11101010 1100 11110110 101 1011111 0 100 100101001 1011101 110011

Color Harmonies of #EA0CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0CF6

Black with #EA0CF6

Text Example


Text Example

White with #EA0CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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