Html Css Color HEX #ED23B5 Spicy Pink

📋 copy color: '#ED23B5'

red 237 ◦ green 35 ◦ blue 181

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

Shades of Spicy Pink #ED23B5

Tints of Spicy Pink #ED23B5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.73%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 52.32%
G = 7.73%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED23B5 (or 0xED23B5) is known color: Spicy Pink. HEX triplet: ED, 23 and B5. RGB value is (237,35,181). Sum of RGB (Red+Green+Blue) = 237+35+181=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23B5 is #12DC4A. Grayscale: #6F6F6F. Windows color (decimal): -1236043 or 11871213. OLE color: 11871213.

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

Color convert

RGB 237 35 181 -
CMYK 0 0.85 0.24 0.07
HSL 316.63º 0.85% 0.53% -
HSV(B) 316.63º 0.85% 0.93% -
XYZ 43.87 22.54 45.76 -
YUV 112.04 166.92 217.13 -
System Red Green Blue C M Y K H S L
Decimal 237 35 181 0 0.85 0.24 0.07 316.63 0.85 0.53
Hex ED 23 B5 0 55 18 7 13D 55 35
Octal 355 43 265 0 125 30 7 475 125 65
Binary 11101101 100011 10110101 0 1010101 11000 111 100111101 1010101 110101

Color Harmonies of #ED23B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23B5

Black with #ED23B5

Text Example


Text Example

White with #ED23B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23B5; }

 p { color: rgb(237,35,181); }

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

background-color css

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

 a { background-color: rgb(237,35,181); }

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

border-color css

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

 span { border-color: rgb(237,35,181); }

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