Html Css Color HEX #EC0EFD Psychedelic Purple

📋 copy color: '#EC0EFD'

red 236 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #EC0EFD

Tints of Psychedelic Purple #EC0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.78%

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

R = 46.92%
G = 2.78%
B = 50.3%

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

#EC0EFD (or 0xEC0EFD) is known color: Psychedelic Purple. HEX triplet: EC, 0E and FD. RGB value is (236,14,253). Sum of RGB (Red+Green+Blue) = 236+14+253=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0EFD is #13F102. Grayscale: #6A6A6A. Windows color (decimal): -1306883 or 16584428. OLE color: 16584428.

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

Color convert

RGB 236 14 253 -
CMYK 0.07 0.94 0 0.01
HSL 295.73º 0.98% 0.52% -
HSV(B) 295.73º 0.94% 0.99% -
XYZ 52.48 25.24 95.03 -
YUV 107.62 210.05 219.57 -
System Red Green Blue C M Y K H S L
Decimal 236 14 253 0.07 0.94 0 0.01 295.73 0.98 0.52
Hex EC E FD 7 5E 0 1 128 62 34
Octal 354 16 375 7 136 0 1 450 142 64
Binary 11101100 1110 11111101 111 1011110 0 1 100101000 1100010 110100

Color Harmonies of #EC0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0EFD

Black with #EC0EFD

Text Example


Text Example

White with #EC0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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