Html Css Color HEX #EC10F9 Psychedelic Purple

📋 copy color: '#EC10F9'

red 236 ◦ green 16 ◦ blue 249

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

Shades of Psychedelic Purple #EC10F9

Tints of Psychedelic Purple #EC10F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 47.11%
G = 3.19%
B = 49.7%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC10F9 (or 0xEC10F9) is known color: Psychedelic Purple. HEX triplet: EC, 10 and F9. RGB value is (236,16,249). Sum of RGB (Red+Green+Blue) = 236+16+249=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC10F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10F9 is #13EF06. Grayscale: #6B6B6B. Windows color (decimal): -1306375 or 16322796. OLE color: 16322796.

HSL color Cylindrical-coordinate representation of color #EC10F9: hue angle of 296.65º degrees, saturation: 0.95, 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 #EC10F9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 16 249 -
CMYK 0.05 0.94 0 0.02
HSL 296.65º 0.95% 0.52% -
HSV(B) 296.65º 0.94% 0.98% -
XYZ 51.88 25.04 91.72 -
YUV 108.34 207.39 219.05 -
System Red Green Blue C M Y K H S L
Decimal 236 16 249 0.05 0.94 0 0.02 296.65 0.95 0.52
Hex EC 10 F9 5 5E 0 2 129 5F 34
Octal 354 20 371 5 136 0 2 451 137 64
Binary 11101100 10000 11111001 101 1011110 0 10 100101001 1011111 110100

Color Harmonies of #EC10F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10F9

Black with #EC10F9

Text Example


Text Example

White with #EC10F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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