Html Css Color HEX #EC04ED Psychedelic Purple

📋 copy color: '#EC04ED'

red 236 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #EC04ED

Tints of Psychedelic Purple #EC04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.84%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 49.48%
G = 0.84%
B = 49.69%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC04ED (or 0xEC04ED) is known color: Psychedelic Purple. HEX triplet: EC, 04 and ED. RGB value is (236,4,237). Sum of RGB (Red+Green+Blue) = 236+4+237=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC04ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04ED is #13FB12. Grayscale: #636363. Windows color (decimal): -1309459 or 15533292. OLE color: 15533292.

HSL color Cylindrical-coordinate representation of color #EC04ED: hue angle of 299.74º degrees, saturation: 0.97, 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 #EC04ED is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 237 -
CMYK 0.00 0.98 0 0.07
HSL 299.74º 0.97% 0.47% -
HSV(B) 299.74º 0.98% 0.93% -
XYZ 49.92 24.03 82.13 -
YUV 99.93 205.36 225.05 -
System Red Green Blue C M Y K H S L
Decimal 236 4 237 0.00 0.98 0 0.07 299.74 0.97 0.47
Hex EC 4 ED 0 62 0 7 12C 61 2F
Octal 354 4 355 0 142 0 7 454 141 57
Binary 11101100 100 11101101 0 1100010 0 111 100101100 1100001 101111

Color Harmonies of #EC04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04ED

Black with #EC04ED

Text Example


Text Example

White with #EC04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04ED; }

 p { color: rgb(236,4,237); }

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

background-color css

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

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

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

border-color css

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

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

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