Html Css Color HEX #EC0FF9 Psychedelic Purple

📋 copy color: '#EC0FF9'

red 236 ◦ green 15 ◦ blue 249

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

Shades of Psychedelic Purple #EC0FF9

Tints of Psychedelic Purple #EC0FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3%

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

R = 47.2%
G = 3%
B = 49.8%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC0FF9 (or 0xEC0FF9) is known color: Psychedelic Purple. HEX triplet: EC, 0F and F9. RGB value is (236,15,249). Sum of RGB (Red+Green+Blue) = 236+15+249=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC0FF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FF9 is #13F006. Grayscale: #6B6B6B. Windows color (decimal): -1306631 or 16322540. OLE color: 16322540.

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

Color convert

RGB 236 15 249 -
CMYK 0.05 0.94 0 0.02
HSL 296.67º 0.95% 0.52% -
HSV(B) 296.67º 0.94% 0.98% -
XYZ 51.86 25.01 91.72 -
YUV 107.76 207.72 219.47 -
System Red Green Blue C M Y K H S L
Decimal 236 15 249 0.05 0.94 0 0.02 296.67 0.95 0.52
Hex EC F F9 5 5E 0 2 129 5F 34
Octal 354 17 371 5 136 0 2 451 137 64
Binary 11101100 1111 11111001 101 1011110 0 10 100101001 1011111 110100

Color Harmonies of #EC0FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FF9

Black with #EC0FF9

Text Example


Text Example

White with #EC0FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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