Html Css Color HEX #EC0BF9 Psychedelic Purple

📋 copy color: '#EC0BF9'

red 236 ◦ green 11 ◦ blue 249

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

Shades of Psychedelic Purple #EC0BF9

Tints of Psychedelic Purple #EC0BF9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.22%

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

R = 47.58%
G = 2.22%
B = 50.2%

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

#EC0BF9 (or 0xEC0BF9) is known color: Psychedelic Purple. HEX triplet: EC, 0B and F9. RGB value is (236,11,249). Sum of RGB (Red+Green+Blue) = 236+11+249=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC0BF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BF9 is #13F406. Grayscale: #686868. Windows color (decimal): -1307655 or 16321516. OLE color: 16321516.

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

Color convert

RGB 236 11 249 -
CMYK 0.05 0.96 0 0.02
HSL 296.72º 0.95% 0.51% -
HSV(B) 296.72º 0.96% 0.98% -
XYZ 51.81 24.91 91.7 -
YUV 105.41 209.04 221.15 -
System Red Green Blue C M Y K H S L
Decimal 236 11 249 0.05 0.96 0 0.02 296.72 0.95 0.51
Hex EC B F9 5 60 0 2 129 5F 33
Octal 354 13 371 5 140 0 2 451 137 63
Binary 11101100 1011 11111001 101 1100000 0 10 100101001 1011111 110011

Color Harmonies of #EC0BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0BF9

Black with #EC0BF9

Text Example


Text Example

White with #EC0BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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