Html Css Color HEX #ED29FB Psychedelic Purple

📋 copy color: '#ED29FB'

red 237 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #ED29FB

Tints of Psychedelic Purple #ED29FB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.75%

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

R = 44.8%
G = 7.75%
B = 47.45%

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

#ED29FB (or 0xED29FB) is known color: Psychedelic Purple. HEX triplet: ED, 29 and FB. RGB value is (237,41,251). Sum of RGB (Red+Green+Blue) = 237+41+251=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED29FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29FB is #12D604. Grayscale: #7A7A7A. Windows color (decimal): -1234437 or 16460269. OLE color: 16460269.

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

Color convert

RGB 237 41 251 -
CMYK 0.06 0.84 0 0.02
HSL 296º 0.96% 0.57% -
HSV(B) 296º 0.84% 0.98% -
XYZ 53.13 26.56 93.59 -
YUV 123.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 237 41 251 0.06 0.84 0 0.02 296 0.96 0.57
Hex ED 29 FB 6 54 0 2 128 60 39
Octal 355 51 373 6 124 0 2 450 140 71
Binary 11101101 101001 11111011 110 1010100 0 10 100101000 1100000 111001

Color Harmonies of #ED29FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29FB

Black with #ED29FB

Text Example


Text Example

White with #ED29FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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