Html Css Color HEX #EC09F9 Psychedelic Purple

📋 copy color: '#EC09F9'

red 236 ◦ green 9 ◦ blue 249

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

Shades of Psychedelic Purple #EC09F9

Tints of Psychedelic Purple #EC09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 47.77%
G = 1.82%
B = 50.4%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC09F9 (or 0xEC09F9) is known color: Psychedelic Purple. HEX triplet: EC, 09 and F9. RGB value is (236,9,249). Sum of RGB (Red+Green+Blue) = 236+9+249=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 9 (3.91% from 255 or 1.82% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC09F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09F9 is #13F606. Grayscale: #676767. Windows color (decimal): -1308167 or 16321004. OLE color: 16321004.

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

Color convert

RGB 236 9 249 -
CMYK 0.05 0.96 0 0.02
HSL 296.75º 0.95% 0.51% -
HSV(B) 296.75º 0.96% 0.98% -
XYZ 51.79 24.87 91.69 -
YUV 104.23 209.71 221.99 -
System Red Green Blue C M Y K H S L
Decimal 236 9 249 0.05 0.96 0 0.02 296.75 0.95 0.51
Hex EC 9 F9 5 60 0 2 129 5F 33
Octal 354 11 371 5 140 0 2 451 137 63
Binary 11101100 1001 11111001 101 1100000 0 10 100101001 1011111 110011

Color Harmonies of #EC09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC09F9

Black with #EC09F9

Text Example


Text Example

White with #EC09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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