Html Css Color HEX #ED1AF4 Psychedelic Purple

📋 copy color: '#ED1AF4'

red 237 ◦ green 26 ◦ blue 244

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

Shades of Psychedelic Purple #ED1AF4

Tints of Psychedelic Purple #ED1AF4

RGB

 RED value IS 237 (92.97% from 255) = 46.75%

 GREEN value IS 26 (10.55% from 255) = 5.13%

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

R = 46.75%
G = 5.13%
B = 48.13%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED1AF4 (or 0xED1AF4) is known color: Psychedelic Purple. HEX triplet: ED, 1A and F4. RGB value is (237,26,244). Sum of RGB (Red+Green+Blue) = 237+26+244=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED1AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AF4 is #12E50B. Grayscale: #717171. Windows color (decimal): -1238284 or 15997677. OLE color: 15997677.

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

Color convert

RGB 237 26 244 -
CMYK 0.03 0.89 0 0.04
HSL 298.07º 0.91% 0.53% -
HSV(B) 298.07º 0.89% 0.96% -
XYZ 51.62 25.27 87.75 -
YUV 113.94 201.4 215.77 -
System Red Green Blue C M Y K H S L
Decimal 237 26 244 0.03 0.89 0 0.04 298.07 0.91 0.53
Hex ED 1A F4 3 59 0 4 12A 5B 35
Octal 355 32 364 3 131 0 4 452 133 65
Binary 11101101 11010 11110100 11 1011001 0 100 100101010 1011011 110101

Color Harmonies of #ED1AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1AF4

Black with #ED1AF4

Text Example


Text Example

White with #ED1AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1AF4; }

 p { color: rgb(237,26,244); }

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

background-color css

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

 a { background-color: rgb(237,26,244); }

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

border-color css

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

 span { border-color: rgb(237,26,244); }

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