Html Css Color HEX #ED28FA Psychedelic Purple

📋 copy color: '#ED28FA'

red 237 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #ED28FA

Tints of Psychedelic Purple #ED28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.59%

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

R = 44.97%
G = 7.59%
B = 47.44%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED28FA (or 0xED28FA) is known color: Psychedelic Purple. HEX triplet: ED, 28 and FA. RGB value is (237,40,250). Sum of RGB (Red+Green+Blue) = 237+40+250=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED28FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28FA is #12D705. Grayscale: #7A7A7A. Windows color (decimal): -1234694 or 16394477. OLE color: 16394477.

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

Color convert

RGB 237 40 250 -
CMYK 0.05 0.84 0 0.02
HSL 296.29º 0.95% 0.57% -
HSV(B) 296.29º 0.84% 0.98% -
XYZ 52.94 26.42 92.75 -
YUV 122.84 199.77 209.42 -
System Red Green Blue C M Y K H S L
Decimal 237 40 250 0.05 0.84 0 0.02 296.29 0.95 0.57
Hex ED 28 FA 5 54 0 2 128 5F 39
Octal 355 50 372 5 124 0 2 450 137 71
Binary 11101101 101000 11111010 101 1010100 0 10 100101000 1011111 111001

Color Harmonies of #ED28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28FA

Black with #ED28FA

Text Example


Text Example

White with #ED28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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