Html Css Color HEX #ED21FA Psychedelic Purple

📋 copy color: '#ED21FA'

red 237 ◦ green 33 ◦ blue 250

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

Shades of Psychedelic Purple #ED21FA

Tints of Psychedelic Purple #ED21FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.35%

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

R = 45.58%
G = 6.35%
B = 48.08%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED21FA (or 0xED21FA) is known color: Psychedelic Purple. HEX triplet: ED, 21 and FA. RGB value is (237,33,250). Sum of RGB (Red+Green+Blue) = 237+33+250=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 33 (13.28% from 255 or 6.35% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED21FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED21FA is #12DE05. Grayscale: #767676. Windows color (decimal): -1236486 or 16392685. OLE color: 16392685.

HSL color Cylindrical-coordinate representation of color #ED21FA: hue angle of 296.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED21FA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 33 250 -
CMYK 0.05 0.87 0 0.02
HSL 296.41º 0.96% 0.55% -
HSV(B) 296.41º 0.87% 0.98% -
XYZ 52.72 25.99 92.68 -
YUV 118.73 202.09 212.36 -
System Red Green Blue C M Y K H S L
Decimal 237 33 250 0.05 0.87 0 0.02 296.41 0.96 0.55
Hex ED 21 FA 5 57 0 2 128 60 37
Octal 355 41 372 5 127 0 2 450 140 67
Binary 11101101 100001 11111010 101 1010111 0 10 100101000 1100000 110111

Color Harmonies of #ED21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21FA

Black with #ED21FA

Text Example


Text Example

White with #ED21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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