Html Css Color HEX #EC0CFD Psychedelic Purple

📋 copy color: '#EC0CFD'

red 236 ◦ green 12 ◦ blue 253

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

Shades of Psychedelic Purple #EC0CFD

Tints of Psychedelic Purple #EC0CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.4%

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

R = 47.11%
G = 2.4%
B = 50.5%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC0CFD (or 0xEC0CFD) is known color: Psychedelic Purple. HEX triplet: EC, 0C and FD. RGB value is (236,12,253). Sum of RGB (Red+Green+Blue) = 236+12+253=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC0CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CFD is #13F302. Grayscale: #696969. Windows color (decimal): -1307395 or 16583916. OLE color: 16583916.

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

Color convert

RGB 236 12 253 -
CMYK 0.07 0.95 0 0.01
HSL 295.77º 0.98% 0.52% -
HSV(B) 295.77º 0.95% 0.99% -
XYZ 52.45 25.19 95.03 -
YUV 106.45 210.71 220.4 -
System Red Green Blue C M Y K H S L
Decimal 236 12 253 0.07 0.95 0 0.01 295.77 0.98 0.52
Hex EC C FD 7 5F 0 1 128 62 34
Octal 354 14 375 7 137 0 1 450 142 64
Binary 11101100 1100 11111101 111 1011111 0 1 100101000 1100010 110100

Color Harmonies of #EC0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CFD

Black with #EC0CFD

Text Example


Text Example

White with #EC0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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