Html Css Color HEX #EC1BF9 Psychedelic Purple

📋 copy color: '#EC1BF9'

red 236 ◦ green 27 ◦ blue 249

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

Shades of Psychedelic Purple #EC1BF9

Tints of Psychedelic Purple #EC1BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.27%

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

R = 46.09%
G = 5.27%
B = 48.63%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC1BF9 (or 0xEC1BF9) is known color: Psychedelic Purple. HEX triplet: EC, 1B and F9. RGB value is (236,27,249). Sum of RGB (Red+Green+Blue) = 236+27+249=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC1BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BF9 is #13E406. Grayscale: #727272. Windows color (decimal): -1303559 or 16325612. OLE color: 16325612.

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

Color convert

RGB 236 27 249 -
CMYK 0.05 0.89 0 0.02
HSL 296.49º 0.95% 0.54% -
HSV(B) 296.49º 0.89% 0.98% -
XYZ 52.08 25.46 91.79 -
YUV 114.8 203.74 214.45 -
System Red Green Blue C M Y K H S L
Decimal 236 27 249 0.05 0.89 0 0.02 296.49 0.95 0.54
Hex EC 1B F9 5 59 0 2 128 5F 36
Octal 354 33 371 5 131 0 2 450 137 66
Binary 11101100 11011 11111001 101 1011001 0 10 100101000 1011111 110110

Color Harmonies of #EC1BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1BF9

Black with #EC1BF9

Text Example


Text Example

White with #EC1BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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