Html Css Color HEX #EC10FA Psychedelic Purple

📋 copy color: '#EC10FA'

red 236 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #EC10FA

Tints of Psychedelic Purple #EC10FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.19%

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

R = 47.01%
G = 3.19%
B = 49.8%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC10FA (or 0xEC10FA) is known color: Psychedelic Purple. HEX triplet: EC, 10 and FA. RGB value is (236,16,250). Sum of RGB (Red+Green+Blue) = 236+16+250=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC10FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10FA is #13EF05. Grayscale: #6B6B6B. Windows color (decimal): -1306374 or 16388332. OLE color: 16388332.

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

Color convert

RGB 236 16 250 -
CMYK 0.06 0.94 0 0.02
HSL 296.41º 0.96% 0.52% -
HSV(B) 296.41º 0.94% 0.98% -
XYZ 52.03 25.11 92.55 -
YUV 108.46 207.89 218.97 -
System Red Green Blue C M Y K H S L
Decimal 236 16 250 0.06 0.94 0 0.02 296.41 0.96 0.52
Hex EC 10 FA 6 5E 0 2 128 60 34
Octal 354 20 372 6 136 0 2 450 140 64
Binary 11101100 10000 11111010 110 1011110 0 10 100101000 1100000 110100

Color Harmonies of #EC10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10FA

Black with #EC10FA

Text Example


Text Example

White with #EC10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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