Html Css Color HEX #ED2AFA Psychedelic Purple

📋 copy color: '#ED2AFA'

red 237 ◦ green 42 ◦ blue 250

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

Shades of Psychedelic Purple #ED2AFA

Tints of Psychedelic Purple #ED2AFA

RGB

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

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

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

R = 44.8%
G = 7.94%
B = 47.26%

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

#ED2AFA (or 0xED2AFA) is known color: Psychedelic Purple. HEX triplet: ED, 2A and FA. RGB value is (237,42,250). Sum of RGB (Red+Green+Blue) = 237+42+250=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 42 (16.80% from 255 or 7.94% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED2AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AFA is #12D505. Grayscale: #7B7B7B. Windows color (decimal): -1234182 or 16394989. OLE color: 16394989.

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

Color convert

RGB 237 42 250 -
CMYK 0.05 0.83 0 0.02
HSL 296.25º 0.95% 0.57% -
HSV(B) 296.25º 0.83% 0.98% -
XYZ 53.01 26.56 92.78 -
YUV 124.02 199.1 208.59 -
System Red Green Blue C M Y K H S L
Decimal 237 42 250 0.05 0.83 0 0.02 296.25 0.95 0.57
Hex ED 2A FA 5 53 0 2 128 5F 39
Octal 355 52 372 5 123 0 2 450 137 71
Binary 11101101 101010 11111010 101 1010011 0 10 100101000 1011111 111001

Color Harmonies of #ED2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AFA

Black with #ED2AFA

Text Example


Text Example

White with #ED2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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