Html Css Color HEX #EC2AF9 Psychedelic Purple

📋 copy color: '#EC2AF9'

red 236 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #EC2AF9

Tints of Psychedelic Purple #EC2AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 44.78%
G = 7.97%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC2AF9 (or 0xEC2AF9) is known color: Psychedelic Purple. HEX triplet: EC, 2A and F9. RGB value is (236,42,249). Sum of RGB (Red+Green+Blue) = 236+42+249=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 42 (16.80% from 255 or 7.97% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC2AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2AF9 is #13D506. Grayscale: #7A7A7A. Windows color (decimal): -1299719 or 16329452. OLE color: 16329452.

HSL color Cylindrical-coordinate representation of color #EC2AF9: hue angle of 296.23º 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 #EC2AF9 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 42 249 -
CMYK 0.05 0.83 0 0.02
HSL 296.23º 0.95% 0.57% -
HSV(B) 296.23º 0.83% 0.98% -
XYZ 52.52 26.33 91.94 -
YUV 123.6 198.77 208.17 -
System Red Green Blue C M Y K H S L
Decimal 236 42 249 0.05 0.83 0 0.02 296.23 0.95 0.57
Hex EC 2A F9 5 53 0 2 128 5F 39
Octal 354 52 371 5 123 0 2 450 137 71
Binary 11101100 101010 11111001 101 1010011 0 10 100101000 1011111 111001

Color Harmonies of #EC2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2AF9

Black with #EC2AF9

Text Example


Text Example

White with #EC2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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