Html Css Color HEX #EC0FFD Psychedelic Purple

📋 copy color: '#EC0FFD'

red 236 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #EC0FFD

Tints of Psychedelic Purple #EC0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.98%

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

R = 46.83%
G = 2.98%
B = 50.2%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC0FFD (or 0xEC0FFD) is known color: Psychedelic Purple. HEX triplet: EC, 0F and FD. RGB value is (236,15,253). Sum of RGB (Red+Green+Blue) = 236+15+253=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FFD is #13F002. Grayscale: #6B6B6B. Windows color (decimal): -1306627 or 16584684. OLE color: 16584684.

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

Color convert

RGB 236 15 253 -
CMYK 0.07 0.94 0 0.01
HSL 295.71º 0.98% 0.53% -
HSV(B) 295.71º 0.94% 0.99% -
XYZ 52.49 25.27 95.04 -
YUV 108.21 209.72 219.15 -
System Red Green Blue C M Y K H S L
Decimal 236 15 253 0.07 0.94 0 0.01 295.71 0.98 0.53
Hex EC F FD 7 5E 0 1 128 62 35
Octal 354 17 375 7 136 0 1 450 142 65
Binary 11101100 1111 11111101 111 1011110 0 1 100101000 1100010 110101

Color Harmonies of #EC0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FFD

Black with #EC0FFD

Text Example


Text Example

White with #EC0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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