Html Css Color HEX #EC24FD Psychedelic Purple

📋 copy color: '#EC24FD'

red 236 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #EC24FD

Tints of Psychedelic Purple #EC24FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.86%

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

R = 44.95%
G = 6.86%
B = 48.19%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC24FD (or 0xEC24FD) is known color: Psychedelic Purple. HEX triplet: EC, 24 and FD. RGB value is (236,36,253). Sum of RGB (Red+Green+Blue) = 236+36+253=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 36 (14.45% from 255 or 6.86% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC24FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC24FD is #13DB02. Grayscale: #777777. Windows color (decimal): -1301251 or 16590060. OLE color: 16590060.

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

Color convert

RGB 236 36 253 -
CMYK 0.07 0.86 0 0.01
HSL 295.3º 0.98% 0.57% -
HSV(B) 295.3º 0.86% 0.99% -
XYZ 52.95 26.19 95.19 -
YUV 120.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 236 36 253 0.07 0.86 0 0.01 295.3 0.98 0.57
Hex EC 24 FD 7 56 0 1 127 62 39
Octal 354 44 375 7 126 0 1 447 142 71
Binary 11101100 100100 11111101 111 1010110 0 1 100100111 1100010 111001

Color Harmonies of #EC24FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC24FD

Black with #EC24FD

Text Example


Text Example

White with #EC24FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC24FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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