Html Css Color HEX #EC0AFA Psychedelic Purple

📋 copy color: '#EC0AFA'

red 236 ◦ green 10 ◦ blue 250

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

Shades of Psychedelic Purple #EC0AFA

Tints of Psychedelic Purple #EC0AFA

RGB

 RED value IS 236 (92.58% from 255) = 47.58%

 GREEN value IS 10 (4.3% from 255) = 2.02%

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

R = 47.58%
G = 2.02%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC0AFA (or 0xEC0AFA) is known color: Psychedelic Purple. HEX triplet: EC, 0A and FA. RGB value is (236,10,250). Sum of RGB (Red+Green+Blue) = 236+10+250=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 10 (4.30% from 255 or 2.02% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC0AFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AFA is #13F505. Grayscale: #686868. Windows color (decimal): -1307910 or 16386796. OLE color: 16386796.

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

Color convert

RGB 236 10 250 -
CMYK 0.06 0.96 0 0.02
HSL 296.5º 0.96% 0.51% -
HSV(B) 296.5º 0.96% 0.98% -
XYZ 51.96 24.95 92.52 -
YUV 104.93 209.87 221.49 -
System Red Green Blue C M Y K H S L
Decimal 236 10 250 0.06 0.96 0 0.02 296.5 0.96 0.51
Hex EC A FA 6 60 0 2 128 60 33
Octal 354 12 372 6 140 0 2 450 140 63
Binary 11101100 1010 11111010 110 1100000 0 10 100101000 1100000 110011

Color Harmonies of #EC0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AFA

Black with #EC0AFA

Text Example


Text Example

White with #EC0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AFA; }

 p { color: rgb(236,10,250); }

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

background-color css

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

 a { background-color: rgb(236,10,250); }

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

border-color css

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

 span { border-color: rgb(236,10,250); }

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