Html Css Color HEX #ED28FB Psychedelic Purple

📋 copy color: '#ED28FB'

red 237 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #ED28FB

Tints of Psychedelic Purple #ED28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 44.89%
G = 7.58%
B = 47.54%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED28FB (or 0xED28FB) is known color: Psychedelic Purple. HEX triplet: ED, 28 and FB. RGB value is (237,40,251). Sum of RGB (Red+Green+Blue) = 237+40+251=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 40 (16.02% from 255 or 7.58% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED28FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28FB is #12D704. Grayscale: #7A7A7A. Windows color (decimal): -1234693 or 16460013. OLE color: 16460013.

HSL color Cylindrical-coordinate representation of color #ED28FB: hue angle of 296.02º degrees, saturation: 0.96, 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 #ED28FB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 40 251 -
CMYK 0.06 0.84 0 0.02
HSL 296.02º 0.96% 0.57% -
HSV(B) 296.02º 0.84% 0.98% -
XYZ 53.1 26.49 93.58 -
YUV 122.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 237 40 251 0.06 0.84 0 0.02 296.02 0.96 0.57
Hex ED 28 FB 6 54 0 2 128 60 39
Octal 355 50 373 6 124 0 2 450 140 71
Binary 11101101 101000 11111011 110 1010100 0 10 100101000 1100000 111001

Color Harmonies of #ED28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28FB

Black with #ED28FB

Text Example


Text Example

White with #ED28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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