Html Css Color HEX #EC07F9 Psychedelic Purple

📋 copy color: '#EC07F9'

red 236 ◦ green 7 ◦ blue 249

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

Shades of Psychedelic Purple #EC07F9

Tints of Psychedelic Purple #EC07F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 47.97%
G = 1.42%
B = 50.61%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC07F9 (or 0xEC07F9) is known color: Psychedelic Purple. HEX triplet: EC, 07 and F9. RGB value is (236,7,249). Sum of RGB (Red+Green+Blue) = 236+7+249=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 7 (3.12% from 255 or 1.42% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC07F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07F9 is #13F806. Grayscale: #666666. Windows color (decimal): -1308679 or 16320492. OLE color: 16320492.

HSL color Cylindrical-coordinate representation of color #EC07F9: hue angle of 296.78º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07F9 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 7 249 -
CMYK 0.05 0.97 0 0.02
HSL 296.78º 0.95% 0.5% -
HSV(B) 296.78º 0.97% 0.98% -
XYZ 51.77 24.82 91.69 -
YUV 103.06 210.37 222.82 -
System Red Green Blue C M Y K H S L
Decimal 236 7 249 0.05 0.97 0 0.02 296.78 0.95 0.5
Hex EC 7 F9 5 61 0 2 129 5F 32
Octal 354 7 371 5 141 0 2 451 137 62
Binary 11101100 111 11111001 101 1100001 0 10 100101001 1011111 110010

Color Harmonies of #EC07F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07F9

Black with #EC07F9

Text Example


Text Example

White with #EC07F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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