Html Css Color HEX #ED29AF Spicy Pink

📋 copy color: '#ED29AF'

red 237 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #ED29AF

Tints of Spicy Pink #ED29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 52.32%
G = 9.05%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED29AF (or 0xED29AF) is known color: Spicy Pink. HEX triplet: ED, 29 and AF. RGB value is (237,41,175). Sum of RGB (Red+Green+Blue) = 237+41+175=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED29AF is #12D650. Grayscale: #727272. Windows color (decimal): -1234513 or 11479533. OLE color: 11479533.

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

Color convert

RGB 237 41 175 -
CMYK 0 0.83 0.26 0.07
HSL 318.98º 0.84% 0.55% -
HSV(B) 318.98º 0.83% 0.93% -
XYZ 43.46 22.69 42.65 -
YUV 114.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 237 41 175 0 0.83 0.26 0.07 318.98 0.84 0.55
Hex ED 29 AF 0 53 1A 7 13F 54 37
Octal 355 51 257 0 123 32 7 477 124 67
Binary 11101101 101001 10101111 0 1010011 11010 111 100111111 1010100 110111

Color Harmonies of #ED29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29AF

Black with #ED29AF

Text Example


Text Example

White with #ED29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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