Html Css Color HEX #EC05FD Psychedelic Purple

📋 copy color: '#EC05FD'

red 236 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #EC05FD

Tints of Psychedelic Purple #EC05FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 47.77%
G = 1.01%
B = 51.21%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC05FD (or 0xEC05FD) is known color: Psychedelic Purple. HEX triplet: EC, 05 and FD. RGB value is (236,5,253). Sum of RGB (Red+Green+Blue) = 236+5+253=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 5 (2.34% from 255 or 1.01% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC05FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05FD is #13FA02. Grayscale: #656565. Windows color (decimal): -1309187 or 16582124. OLE color: 16582124.

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

Color convert

RGB 236 5 253 -
CMYK 0.07 0.98 0 0.01
HSL 295.89º 0.98% 0.51% -
HSV(B) 295.89º 0.98% 0.99% -
XYZ 52.38 25.03 95 -
YUV 102.34 213.03 223.33 -
System Red Green Blue C M Y K H S L
Decimal 236 5 253 0.07 0.98 0 0.01 295.89 0.98 0.51
Hex EC 5 FD 7 62 0 1 128 62 33
Octal 354 5 375 7 142 0 1 450 142 63
Binary 11101100 101 11111101 111 1100010 0 1 100101000 1100010 110011

Color Harmonies of #EC05FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05FD

Black with #EC05FD

Text Example


Text Example

White with #EC05FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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