Html Css Color HEX #EC0FEF Psychedelic Purple

📋 copy color: '#EC0FEF'

red 236 ◦ green 15 ◦ blue 239

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

Shades of Psychedelic Purple #EC0FEF

Tints of Psychedelic Purple #EC0FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 48.16%
G = 3.06%
B = 48.78%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC0FEF (or 0xEC0FEF) is known color: Psychedelic Purple. HEX triplet: EC, 0F and EF. RGB value is (236,15,239). Sum of RGB (Red+Green+Blue) = 236+15+239=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FEF is #13F010. Grayscale: #696969. Windows color (decimal): -1306641 or 15667180. OLE color: 15667180.

HSL color Cylindrical-coordinate representation of color #EC0FEF: hue angle of 299.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FEF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 15 239 -
CMYK 0.01 0.94 0 0.06
HSL 299.2º 0.88% 0.5% -
HSV(B) 299.2º 0.94% 0.94% -
XYZ 50.34 24.41 83.72 -
YUV 106.62 202.72 220.29 -
System Red Green Blue C M Y K H S L
Decimal 236 15 239 0.01 0.94 0 0.06 299.2 0.88 0.5
Hex EC F EF 1 5E 0 6 12B 58 32
Octal 354 17 357 1 136 0 6 453 130 62
Binary 11101100 1111 11101111 1 1011110 0 110 100101011 1011000 110010

Color Harmonies of #EC0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FEF

Black with #EC0FEF

Text Example


Text Example

White with #EC0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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