Html Css Color HEX #EC10FF Psychedelic Purple

📋 copy color: '#EC10FF'

red 236 ◦ green 16 ◦ blue 255

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

Shades of Psychedelic Purple #EC10FF

Tints of Psychedelic Purple #EC10FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 46.55%
G = 3.16%
B = 50.3%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC10FF (or 0xEC10FF) is known color: Psychedelic Purple. HEX triplet: EC, 10 and FF. RGB value is (236,16,255). Sum of RGB (Red+Green+Blue) = 236+16+255=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 16 (6.64% from 255 or 3.16% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10FF is #13EF00. Grayscale: #6C6C6C. Windows color (decimal): -1306369 or 16716012. OLE color: 16716012.

HSL color Cylindrical-coordinate representation of color #EC10FF: hue angle of 295.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC10FF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 16 255 -
CMYK 0.07 0.94 0 0
HSL 295.23º 1% 0.53% -
HSV(B) 295.23º 0.94% 1% -
XYZ 52.83 25.42 96.73 -
YUV 109.03 210.39 218.57 -
System Red Green Blue C M Y K H S L
Decimal 236 16 255 0.07 0.94 0 0 295.23 1 0.53
Hex EC 10 FF 7 5E 0 0 127 64 35
Octal 354 20 377 7 136 0 0 447 144 65
Binary 11101100 10000 11111111 111 1011110 0 0 100100111 1100100 110101

Color Harmonies of #EC10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10FF

Black with #EC10FF

Text Example


Text Example

White with #EC10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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