Html Css Color HEX #ED5CBA Hot Pink

📋 copy color: '#ED5CBA'

red 237 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #ED5CBA

Tints of Hot Pink #ED5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 46.02%
G = 17.86%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED5CBA (or 0xED5CBA) is known color: Hot Pink. HEX triplet: ED, 5C and BA. RGB value is (237,92,186). Sum of RGB (Red+Green+Blue) = 237+92+186=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5CBA is #12A345. Grayscale: #919191. Windows color (decimal): -1221446 or 12213485. OLE color: 12213485.

HSL color Cylindrical-coordinate representation of color #ED5CBA: hue angle of 321.1º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5CBA is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 92 186 -
CMYK 0 0.61 0.22 0.07
HSL 321.1º 0.8% 0.65% -
HSV(B) 321.1º 0.61% 0.93% -
XYZ 47.62 29.2 49.58 -
YUV 146.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 237 92 186 0 0.61 0.22 0.07 321.1 0.8 0.65
Hex ED 5C BA 0 3D 16 7 141 50 41
Octal 355 134 272 0 75 26 7 501 120 101
Binary 11101101 1011100 10111010 0 111101 10110 111 101000001 1010000 1000001

Color Harmonies of #ED5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5CBA

Black with #ED5CBA

Text Example


Text Example

White with #ED5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5CBA; }

 p { color: rgb(237,92,186); }

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

background-color css

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

 a { background-color: rgb(237,92,186); }

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

border-color css

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

 span { border-color: rgb(237,92,186); }

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