Html Css Color HEX #EC2AFA Psychedelic Purple

📋 copy color: '#EC2AFA'

red 236 ◦ green 42 ◦ blue 250

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

Shades of Psychedelic Purple #EC2AFA

Tints of Psychedelic Purple #EC2AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.95%

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

R = 44.7%
G = 7.95%
B = 47.35%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC2AFA (or 0xEC2AFA) is known color: Psychedelic Purple. HEX triplet: EC, 2A and FA. RGB value is (236,42,250). Sum of RGB (Red+Green+Blue) = 236+42+250=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 42 (16.80% from 255 or 7.95% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC2AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2AFA is #13D505. Grayscale: #7B7B7B. Windows color (decimal): -1299718 or 16394988. OLE color: 16394988.

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

Color convert

RGB 236 42 250 -
CMYK 0.06 0.83 0 0.02
HSL 295.96º 0.95% 0.57% -
HSV(B) 295.96º 0.83% 0.98% -
XYZ 52.68 26.39 92.76 -
YUV 123.72 199.27 208.09 -
System Red Green Blue C M Y K H S L
Decimal 236 42 250 0.06 0.83 0 0.02 295.96 0.95 0.57
Hex EC 2A FA 6 53 0 2 128 5F 39
Octal 354 52 372 6 123 0 2 450 137 71
Binary 11101100 101010 11111010 110 1010011 0 10 100101000 1011111 111001

Color Harmonies of #EC2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2AFA

Black with #EC2AFA

Text Example


Text Example

White with #EC2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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