Html Css Color HEX #EC07EE Psychedelic Purple

📋 copy color: '#EC07EE'

red 236 ◦ green 7 ◦ blue 238

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

Shades of Psychedelic Purple #EC07EE

Tints of Psychedelic Purple #EC07EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 49.06%
G = 1.46%
B = 49.48%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC07EE (or 0xEC07EE) is known color: Psychedelic Purple. HEX triplet: EC, 07 and EE. RGB value is (236,7,238). Sum of RGB (Red+Green+Blue) = 236+7+238=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC07EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07EE is #13F811. Grayscale: #656565. Windows color (decimal): -1308690 or 15599596. OLE color: 15599596.

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

Color convert

RGB 236 7 238 -
CMYK 0.01 0.97 0 0.07
HSL 299.48º 0.94% 0.48% -
HSV(B) 299.48º 0.97% 0.93% -
XYZ 50.1 24.16 82.91 -
YUV 101.81 204.87 223.72 -
System Red Green Blue C M Y K H S L
Decimal 236 7 238 0.01 0.97 0 0.07 299.48 0.94 0.48
Hex EC 7 EE 1 61 0 7 12B 5E 30
Octal 354 7 356 1 141 0 7 453 136 60
Binary 11101100 111 11101110 1 1100001 0 111 100101011 1011110 110000

Color Harmonies of #EC07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07EE

Black with #EC07EE

Text Example


Text Example

White with #EC07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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