Html Css Color HEX #EC08EC Psychedelic Purple

📋 copy color: '#EC08EC'

red 236 ◦ green 8 ◦ blue 236

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

Shades of Psychedelic Purple #EC08EC

Tints of Psychedelic Purple #EC08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.67%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 49.17%
G = 1.67%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC08EC (or 0xEC08EC) is known color: Psychedelic Purple. HEX triplet: EC, 08 and EC. RGB value is (236,8,236). Sum of RGB (Red+Green+Blue) = 236+8+236=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 8 (3.52% from 255 or 1.67% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08EC is #13F713. Grayscale: #656565. Windows color (decimal): -1308436 or 15468780. OLE color: 15468780.

HSL color Cylindrical-coordinate representation of color #EC08EC: hue angle of 300º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08EC is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 8 236 -
CMYK 0 0.97 0 0.07
HSL 300º 0.93% 0.48% -
HSV(B) 300º 0.97% 0.93% -
XYZ 49.82 24.06 81.38 -
YUV 102.16 203.54 223.46 -
System Red Green Blue C M Y K H S L
Decimal 236 8 236 0 0.97 0 0.07 300 0.93 0.48
Hex EC 8 EC 0 61 0 7 12C 5D 30
Octal 354 10 354 0 141 0 7 454 135 60
Binary 11101100 1000 11101100 0 1100001 0 111 100101100 1011101 110000

Color Harmonies of #EC08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08EC

Black with #EC08EC

Text Example


Text Example

White with #EC08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08EC; }

 p { color: rgb(236,8,236); }

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

background-color css

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

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

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

border-color css

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

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

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