Html Css Color HEX #ED29B2 Spicy Pink

📋 copy color: '#ED29B2'

red 237 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #ED29B2

Tints of Spicy Pink #ED29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 51.97%
G = 8.99%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED29B2 (or 0xED29B2) is known color: Spicy Pink. HEX triplet: ED, 29 and B2. RGB value is (237,41,178). Sum of RGB (Red+Green+Blue) = 237+41+178=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED29B2 is #12D64D. Grayscale: #727272. Windows color (decimal): -1234510 or 11676141. OLE color: 11676141.

HSL color Cylindrical-coordinate representation of color #ED29B2: hue angle of 318.06º 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 #ED29B2 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 178 -
CMYK 0 0.83 0.25 0.07
HSL 318.06º 0.84% 0.55% -
HSV(B) 318.06º 0.83% 0.93% -
XYZ 43.75 22.8 44.22 -
YUV 115.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 237 41 178 0 0.83 0.25 0.07 318.06 0.84 0.55
Hex ED 29 B2 0 53 19 7 13E 54 37
Octal 355 51 262 0 123 31 7 476 124 67
Binary 11101101 101001 10110010 0 1010011 11001 111 100111110 1010100 110111

Color Harmonies of #ED29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29B2

Black with #ED29B2

Text Example


Text Example

White with #ED29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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