Html Css Color HEX #EC29FA Psychedelic Purple

📋 copy color: '#EC29FA'

red 236 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #EC29FA

Tints of Psychedelic Purple #EC29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 44.78%
G = 7.78%
B = 47.44%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC29FA (or 0xEC29FA) is known color: Psychedelic Purple. HEX triplet: EC, 29 and FA. RGB value is (236,41,250). Sum of RGB (Red+Green+Blue) = 236+41+250=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 41 (16.41% from 255 or 7.78% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29FA is #13D605. Grayscale: #7A7A7A. Windows color (decimal): -1299974 or 16394732. OLE color: 16394732.

HSL color Cylindrical-coordinate representation of color #EC29FA: hue angle of 295.98º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC29FA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 41 250 -
CMYK 0.06 0.84 0 0.02
HSL 295.98º 0.95% 0.57% -
HSV(B) 295.98º 0.84% 0.98% -
XYZ 52.64 26.32 92.75 -
YUV 123.13 199.6 208.51 -
System Red Green Blue C M Y K H S L
Decimal 236 41 250 0.06 0.84 0 0.02 295.98 0.95 0.57
Hex EC 29 FA 6 54 0 2 128 5F 39
Octal 354 51 372 6 124 0 2 450 137 71
Binary 11101100 101001 11111010 110 1010100 0 10 100101000 1011111 111001

Color Harmonies of #EC29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29FA

Black with #EC29FA

Text Example


Text Example

White with #EC29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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