Html Css Color HEX #EC25EE Psychedelic Purple

📋 copy color: '#EC25EE'

red 236 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #EC25EE

Tints of Psychedelic Purple #EC25EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.24%

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

R = 46.18%
G = 7.24%
B = 46.58%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC25EE (or 0xEC25EE) is known color: Psychedelic Purple. HEX triplet: EC, 25 and EE. RGB value is (236,37,238). Sum of RGB (Red+Green+Blue) = 236+37+238=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC25EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25EE is #13DA11. Grayscale: #767676. Windows color (decimal): -1301010 or 15607276. OLE color: 15607276.

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

Color convert

RGB 236 37 238 -
CMYK 0.01 0.84 0 0.07
HSL 299.4º 0.86% 0.54% -
HSV(B) 299.4º 0.84% 0.93% -
XYZ 50.69 25.33 83.11 -
YUV 119.42 194.93 211.16 -
System Red Green Blue C M Y K H S L
Decimal 236 37 238 0.01 0.84 0 0.07 299.4 0.86 0.54
Hex EC 25 EE 1 54 0 7 12B 56 36
Octal 354 45 356 1 124 0 7 453 126 66
Binary 11101100 100101 11101110 1 1010100 0 111 100101011 1010110 110110

Color Harmonies of #EC25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25EE

Black with #EC25EE

Text Example


Text Example

White with #EC25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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