Html Css Color HEX #EC09FD Psychedelic Purple

📋 copy color: '#EC09FD'

red 236 ◦ green 9 ◦ blue 253

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

Shades of Psychedelic Purple #EC09FD

Tints of Psychedelic Purple #EC09FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 47.39%
G = 1.81%
B = 50.8%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC09FD (or 0xEC09FD) is known color: Psychedelic Purple. HEX triplet: EC, 09 and FD. RGB value is (236,9,253). Sum of RGB (Red+Green+Blue) = 236+9+253=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 9 (3.91% from 255 or 1.81% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC09FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09FD is #13F602. Grayscale: #676767. Windows color (decimal): -1308163 or 16583148. OLE color: 16583148.

HSL color Cylindrical-coordinate representation of color #EC09FD: hue angle of 295.82º 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 #EC09FD is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 9 253 -
CMYK 0.07 0.96 0 0.01
HSL 295.82º 0.98% 0.51% -
HSV(B) 295.82º 0.96% 0.99% -
XYZ 52.42 25.12 95.01 -
YUV 104.69 211.71 221.66 -
System Red Green Blue C M Y K H S L
Decimal 236 9 253 0.07 0.96 0 0.01 295.82 0.98 0.51
Hex EC 9 FD 7 60 0 1 128 62 33
Octal 354 11 375 7 140 0 1 450 142 63
Binary 11101100 1001 11111101 111 1100000 0 1 100101000 1100010 110011

Color Harmonies of #EC09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC09FD

Black with #EC09FD

Text Example


Text Example

White with #EC09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC09FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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