Html Css Color HEX #EC05EC Psychedelic Purple

📋 copy color: '#EC05EC'

red 236 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #EC05EC

Tints of Psychedelic Purple #EC05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.05%

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

R = 49.48%
G = 1.05%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC05EC (or 0xEC05EC) is known color: Psychedelic Purple. HEX triplet: EC, 05 and EC. RGB value is (236,5,236). Sum of RGB (Red+Green+Blue) = 236+5+236=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EC is #13FA13. Grayscale: #636363. Windows color (decimal): -1309204 or 15468012. OLE color: 15468012.

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

Color convert

RGB 236 5 236 -
CMYK 0 0.98 0 0.07
HSL 300º 0.96% 0.47% -
HSV(B) 300º 0.98% 0.93% -
XYZ 49.79 24 81.36 -
YUV 100.4 204.53 224.72 -
System Red Green Blue C M Y K H S L
Decimal 236 5 236 0 0.98 0 0.07 300 0.96 0.47
Hex EC 5 EC 0 62 0 7 12C 60 2F
Octal 354 5 354 0 142 0 7 454 140 57
Binary 11101100 101 11101100 0 1100010 0 111 100101100 1100000 101111

Color Harmonies of #EC05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05EC

Black with #EC05EC

Text Example


Text Example

White with #EC05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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