Html Css Color HEX #EC07FF Psychedelic Purple

📋 copy color: '#EC07FF'

red 236 ◦ green 7 ◦ blue 255

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

Shades of Psychedelic Purple #EC07FF

Tints of Psychedelic Purple #EC07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 47.39%
G = 1.41%
B = 51.2%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC07FF (or 0xEC07FF) is known color: Psychedelic Purple. HEX triplet: EC, 07 and FF. RGB value is (236,7,255). Sum of RGB (Red+Green+Blue) = 236+7+255=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07FF is #13F800. Grayscale: #666666. Windows color (decimal): -1308673 or 16713708. OLE color: 16713708.

HSL color Cylindrical-coordinate representation of color #EC07FF: hue angle of 295.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07FF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 7 255 -
CMYK 0.07 0.97 0 0
HSL 295.4º 1% 0.51% -
HSV(B) 295.4º 0.97% 1% -
XYZ 52.72 25.2 96.69 -
YUV 103.74 213.37 222.33 -
System Red Green Blue C M Y K H S L
Decimal 236 7 255 0.07 0.97 0 0 295.4 1 0.51
Hex EC 7 FF 7 61 0 0 127 64 33
Octal 354 7 377 7 141 0 0 447 144 63
Binary 11101100 111 11111111 111 1100001 0 0 100100111 1100100 110011

Color Harmonies of #EC07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07FF

Black with #EC07FF

Text Example


Text Example

White with #EC07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07FF; }

 p { color: rgb(236,7,255); }

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

background-color css

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

 a { background-color: rgb(236,7,255); }

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

border-color css

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

 span { border-color: rgb(236,7,255); }

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