Html Css Color HEX #EC06FD Psychedelic Purple

📋 copy color: '#EC06FD'

red 236 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #EC06FD

Tints of Psychedelic Purple #EC06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

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

R = 47.68%
G = 1.21%
B = 51.11%

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

#EC06FD (or 0xEC06FD) is known color: Psychedelic Purple. HEX triplet: EC, 06 and FD. RGB value is (236,6,253). Sum of RGB (Red+Green+Blue) = 236+6+253=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC06FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06FD is #13F902. Grayscale: #666666. Windows color (decimal): -1308931 or 16582380. OLE color: 16582380.

HSL color Cylindrical-coordinate representation of color #EC06FD: hue angle of 295.87º 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 #EC06FD is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 6 253 -
CMYK 0.07 0.98 0 0.01
HSL 295.87º 0.98% 0.51% -
HSV(B) 295.87º 0.98% 0.99% -
XYZ 52.39 25.05 95 -
YUV 102.93 212.7 222.92 -
System Red Green Blue C M Y K H S L
Decimal 236 6 253 0.07 0.98 0 0.01 295.87 0.98 0.51
Hex EC 6 FD 7 62 0 1 128 62 33
Octal 354 6 375 7 142 0 1 450 142 63
Binary 11101100 110 11111101 111 1100010 0 1 100101000 1100010 110011

Color Harmonies of #EC06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06FD

Black with #EC06FD

Text Example


Text Example

White with #EC06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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