Html Css Color HEX #EC29F2 Psychedelic Purple

📋 copy color: '#EC29F2'

red 236 ◦ green 41 ◦ blue 242

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

Shades of Psychedelic Purple #EC29F2

Tints of Psychedelic Purple #EC29F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 45.47%
G = 7.9%
B = 46.63%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC29F2 (or 0xEC29F2) is known color: Psychedelic Purple. HEX triplet: EC, 29 and F2. RGB value is (236,41,242). Sum of RGB (Red+Green+Blue) = 236+41+242=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC29F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29F2 is #13D60D. Grayscale: #797979. Windows color (decimal): -1299982 or 15870444. OLE color: 15870444.

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

Color convert

RGB 236 41 242 -
CMYK 0.02 0.83 0 0.05
HSL 298.21º 0.89% 0.55% -
HSV(B) 298.21º 0.83% 0.95% -
XYZ 51.41 25.83 86.28 -
YUV 122.22 195.6 209.16 -
System Red Green Blue C M Y K H S L
Decimal 236 41 242 0.02 0.83 0 0.05 298.21 0.89 0.55
Hex EC 29 F2 2 53 0 5 12A 59 37
Octal 354 51 362 2 123 0 5 452 131 67
Binary 11101100 101001 11110010 10 1010011 0 101 100101010 1011001 110111

Color Harmonies of #EC29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29F2

Black with #EC29F2

Text Example


Text Example

White with #EC29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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