Html Css Color HEX #EC09FC Psychedelic Purple

📋 copy color: '#EC09FC'

red 236 ◦ green 9 ◦ blue 252

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

Shades of Psychedelic Purple #EC09FC

Tints of Psychedelic Purple #EC09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.81%

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

R = 47.48%
G = 1.81%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC09FC (or 0xEC09FC) is known color: Psychedelic Purple. HEX triplet: EC, 09 and FC. RGB value is (236,9,252). Sum of RGB (Red+Green+Blue) = 236+9+252=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC09FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09FC is #13F603. Grayscale: #676767. Windows color (decimal): -1308164 or 16517612. OLE color: 16517612.

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

Color convert

RGB 236 9 252 -
CMYK 0.06 0.96 0 0.01
HSL 296.05º 0.98% 0.51% -
HSV(B) 296.05º 0.96% 0.99% -
XYZ 52.26 25.06 94.18 -
YUV 104.58 211.21 221.74 -
System Red Green Blue C M Y K H S L
Decimal 236 9 252 0.06 0.96 0 0.01 296.05 0.98 0.51
Hex EC 9 FC 6 60 0 1 128 62 33
Octal 354 11 374 6 140 0 1 450 142 63
Binary 11101100 1001 11111100 110 1100000 0 1 100101000 1100010 110011

Color Harmonies of #EC09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC09FC

Black with #EC09FC

Text Example


Text Example

White with #EC09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC09FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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