Html Css Color HEX #ED29B7 Spicy Pink

📋 copy color: '#ED29B7'

red 237 ◦ green 41 ◦ blue 183

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

Shades of Spicy Pink #ED29B7

Tints of Spicy Pink #ED29B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 51.41%
G = 8.89%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED29B7 (or 0xED29B7) is known color: Spicy Pink. HEX triplet: ED, 29 and B7. RGB value is (237,41,183). Sum of RGB (Red+Green+Blue) = 237+41+183=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29B7 is #12D648. Grayscale: #737373. Windows color (decimal): -1234505 or 12003821. OLE color: 12003821.

HSL color Cylindrical-coordinate representation of color #ED29B7: hue angle of 316.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29B7 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 183 -
CMYK 0 0.83 0.23 0.07
HSL 316.53º 0.84% 0.55% -
HSV(B) 316.53º 0.83% 0.93% -
XYZ 44.27 23.01 46.91 -
YUV 115.79 165.93 214.45 -
System Red Green Blue C M Y K H S L
Decimal 237 41 183 0 0.83 0.23 0.07 316.53 0.84 0.55
Hex ED 29 B7 0 53 17 7 13D 54 37
Octal 355 51 267 0 123 27 7 475 124 67
Binary 11101101 101001 10110111 0 1010011 10111 111 100111101 1010100 110111

Color Harmonies of #ED29B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29B7

Black with #ED29B7

Text Example


Text Example

White with #ED29B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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