Html Css Color HEX #EC17FC Psychedelic Purple

📋 copy color: '#EC17FC'

red 236 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #EC17FC

Tints of Psychedelic Purple #EC17FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.5%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 46.18%
G = 4.5%
B = 49.32%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC17FC (or 0xEC17FC) is known color: Psychedelic Purple. HEX triplet: EC, 17 and FC. RGB value is (236,23,252). Sum of RGB (Red+Green+Blue) = 236+23+252=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 23 (9.38% from 255 or 4.50% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17FC is #13E803. Grayscale: #707070. Windows color (decimal): -1304580 or 16521196. OLE color: 16521196.

HSL color Cylindrical-coordinate representation of color #EC17FC: hue angle of 295.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC17FC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 23 252 -
CMYK 0.06 0.91 0 0.01
HSL 295.81º 0.97% 0.54% -
HSV(B) 295.81º 0.91% 0.99% -
XYZ 52.47 25.47 94.25 -
YUV 112.79 206.57 215.88 -
System Red Green Blue C M Y K H S L
Decimal 236 23 252 0.06 0.91 0 0.01 295.81 0.97 0.54
Hex EC 17 FC 6 5B 0 1 128 61 36
Octal 354 27 374 6 133 0 1 450 141 66
Binary 11101100 10111 11111100 110 1011011 0 1 100101000 1100001 110110

Color Harmonies of #EC17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC17FC

Black with #EC17FC

Text Example


Text Example

White with #EC17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC17FC; }

 p { color: rgb(236,23,252); }

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

background-color css

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

 a { background-color: rgb(236,23,252); }

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

border-color css

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

 span { border-color: rgb(236,23,252); }

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