Html Css Color HEX #ED28FD Psychedelic Purple

📋 copy color: '#ED28FD'

red 237 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #ED28FD

Tints of Psychedelic Purple #ED28FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 44.72%
G = 7.55%
B = 47.74%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED28FD (or 0xED28FD) is known color: Psychedelic Purple. HEX triplet: ED, 28 and FD. RGB value is (237,40,253). Sum of RGB (Red+Green+Blue) = 237+40+253=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED28FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28FD is #12D702. Grayscale: #7A7A7A. Windows color (decimal): -1234691 or 16591085. OLE color: 16591085.

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

Color convert

RGB 237 40 253 -
CMYK 0.06 0.84 0 0.01
HSL 295.49º 0.98% 0.57% -
HSV(B) 295.49º 0.84% 0.99% -
XYZ 53.41 26.61 95.25 -
YUV 123.19 201.27 209.18 -
System Red Green Blue C M Y K H S L
Decimal 237 40 253 0.06 0.84 0 0.01 295.49 0.98 0.57
Hex ED 28 FD 6 54 0 1 127 62 39
Octal 355 50 375 6 124 0 1 447 142 71
Binary 11101101 101000 11111101 110 1010100 0 1 100100111 1100010 111001

Color Harmonies of #ED28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28FD

Black with #ED28FD

Text Example


Text Example

White with #ED28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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