Html Css Color HEX #EC02EC Psychedelic Purple

📋 copy color: '#EC02EC'

red 236 ◦ green 2 ◦ blue 236

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

Shades of Psychedelic Purple #EC02EC

Tints of Psychedelic Purple #EC02EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 49.79%
G = 0.42%
B = 49.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC02EC (or 0xEC02EC) is known color: Psychedelic Purple. HEX triplet: EC, 02 and EC. RGB value is (236,2,236). Sum of RGB (Red+Green+Blue) = 236+2+236=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC02EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02EC is #13FD13. Grayscale: #616161. Windows color (decimal): -1309972 or 15467244. OLE color: 15467244.

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

Color convert

RGB 236 2 236 -
CMYK 0 0.99 0 0.07
HSL 300º 0.98% 0.47% -
HSV(B) 300º 0.99% 0.93% -
XYZ 49.75 23.93 81.35 -
YUV 98.64 205.52 225.97 -
System Red Green Blue C M Y K H S L
Decimal 236 2 236 0 0.99 0 0.07 300 0.98 0.47
Hex EC 2 EC 0 63 0 7 12C 62 2F
Octal 354 2 354 0 143 0 7 454 142 57
Binary 11101100 10 11101100 0 1100011 0 111 100101100 1100010 101111

Color Harmonies of #EC02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02EC

Black with #EC02EC

Text Example


Text Example

White with #EC02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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