Html Css Color HEX #ED26AF Spicy Pink

📋 copy color: '#ED26AF'

red 237 ◦ green 38 ◦ blue 175

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

Shades of Spicy Pink #ED26AF

Tints of Spicy Pink #ED26AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.44%

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

R = 52.67%
G = 8.44%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED26AF (or 0xED26AF) is known color: Spicy Pink. HEX triplet: ED, 26 and AF. RGB value is (237,38,175). Sum of RGB (Red+Green+Blue) = 237+38+175=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED26AF is #12D950. Grayscale: #707070. Windows color (decimal): -1235281 or 11478765. OLE color: 11478765.

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

Color convert

RGB 237 38 175 -
CMYK 0 0.84 0.26 0.07
HSL 318.69º 0.85% 0.54% -
HSV(B) 318.69º 0.84% 0.93% -
XYZ 43.36 22.49 42.61 -
YUV 113.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 237 38 175 0 0.84 0.26 0.07 318.69 0.85 0.54
Hex ED 26 AF 0 54 1A 7 13F 55 36
Octal 355 46 257 0 124 32 7 477 125 66
Binary 11101101 100110 10101111 0 1010100 11010 111 100111111 1010101 110110

Color Harmonies of #ED26AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED26AF

Black with #ED26AF

Text Example


Text Example

White with #ED26AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED26AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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