Html Css Color HEX #EC29FE Psychedelic Purple

📋 copy color: '#EC29FE'

red 236 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #EC29FE

Tints of Psychedelic Purple #EC29FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.72%

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 44.44%
G = 7.72%
B = 47.83%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC29FE (or 0xEC29FE) is known color: Psychedelic Purple. HEX triplet: EC, 29 and FE. RGB value is (236,41,254). Sum of RGB (Red+Green+Blue) = 236+41+254=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 41 (16.41% from 255 or 7.72% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29FE is #13D601. Grayscale: #7A7A7A. Windows color (decimal): -1299970 or 16656876. OLE color: 16656876.

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

Color convert

RGB 236 41 254 -
CMYK 0.07 0.84 0 0.00
HSL 294.93º 0.99% 0.58% -
HSV(B) 294.93º 0.84% 1% -
XYZ 53.27 26.57 96.09 -
YUV 123.59 201.6 208.18 -
System Red Green Blue C M Y K H S L
Decimal 236 41 254 0.07 0.84 0 0.00 294.93 0.99 0.58
Hex EC 29 FE 7 54 0 0 127 63 3A
Octal 354 51 376 7 124 0 0 447 143 72
Binary 11101100 101001 11111110 111 1010100 0 0 100100111 1100011 111010

Color Harmonies of #EC29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29FE

Black with #EC29FE

Text Example


Text Example

White with #EC29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29FE; }

 p { color: rgb(236,41,254); }

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

background-color css

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

 a { background-color: rgb(236,41,254); }

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

border-color css

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

 span { border-color: rgb(236,41,254); }

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