Html Css Color HEX #EC08FC Psychedelic Purple

📋 copy color: '#EC08FC'

red 236 ◦ green 8 ◦ blue 252

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

Shades of Psychedelic Purple #EC08FC

Tints of Psychedelic Purple #EC08FC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.61%

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

R = 47.58%
G = 1.61%
B = 50.81%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC08FC (or 0xEC08FC) is known color: Psychedelic Purple. HEX triplet: EC, 08 and FC. RGB value is (236,8,252). Sum of RGB (Red+Green+Blue) = 236+8+252=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 8 (3.52% from 255 or 1.61% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC08FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08FC is #13F703. Grayscale: #676767. Windows color (decimal): -1308420 or 16517356. OLE color: 16517356.

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

Color convert

RGB 236 8 252 -
CMYK 0.06 0.97 0 0.01
HSL 296.07º 0.98% 0.51% -
HSV(B) 296.07º 0.97% 0.99% -
XYZ 52.25 25.03 94.17 -
YUV 103.99 211.54 222.16 -
System Red Green Blue C M Y K H S L
Decimal 236 8 252 0.06 0.97 0 0.01 296.07 0.98 0.51
Hex EC 8 FC 6 61 0 1 128 62 33
Octal 354 10 374 6 141 0 1 450 142 63
Binary 11101100 1000 11111100 110 1100001 0 1 100101000 1100010 110011

Color Harmonies of #EC08FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08FC

Black with #EC08FC

Text Example


Text Example

White with #EC08FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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