Html Css Color HEX #EC29F4 Psychedelic Purple

📋 copy color: '#EC29F4'

red 236 ◦ green 41 ◦ blue 244

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

Shades of Psychedelic Purple #EC29F4

Tints of Psychedelic Purple #EC29F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.83%

R = 45.3%
G = 7.87%
B = 46.83%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC29F4 (or 0xEC29F4) is known color: Psychedelic Purple. HEX triplet: EC, 29 and F4. RGB value is (236,41,244). Sum of RGB (Red+Green+Blue) = 236+41+244=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC29F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29F4 is #13D60B. Grayscale: #797979. Windows color (decimal): -1299980 or 16001516. OLE color: 16001516.

HSL color Cylindrical-coordinate representation of color #EC29F4: hue angle of 297.64º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC29F4 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 41 244 -
CMYK 0.03 0.83 0 0.04
HSL 297.64º 0.9% 0.56% -
HSV(B) 297.64º 0.83% 0.96% -
XYZ 51.71 25.95 87.87 -
YUV 122.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 236 41 244 0.03 0.83 0 0.04 297.64 0.9 0.56
Hex EC 29 F4 3 53 0 4 12A 5A 38
Octal 354 51 364 3 123 0 4 452 132 70
Binary 11101100 101001 11110100 11 1010011 0 100 100101010 1011010 111000

Color Harmonies of #EC29F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29F4

Black with #EC29F4

Text Example


Text Example

White with #EC29F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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