Html Css Color HEX #ED5B7A Dark Pink

📋 copy color: '#ED5B7A'

red 237 ◦ green 91 ◦ blue 122

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

Shades of Dark Pink #ED5B7A

Tints of Dark Pink #ED5B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 52.67%
G = 20.22%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED5B7A (or 0xED5B7A) is known color: Dark Pink. HEX triplet: ED, 5B and 7A. RGB value is (237,91,122). Sum of RGB (Red+Green+Blue) = 237+91+122=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B7A is #12A485. Grayscale: #8A8A8A. Windows color (decimal): -1221766 or 8018925. OLE color: 8018925.

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

Color convert

RGB 237 91 122 -
CMYK 0 0.62 0.49 0.07
HSL 347.26º 0.8% 0.64% -
HSV(B) 347.26º 0.62% 0.93% -
XYZ 42.18 26.89 21.38 -
YUV 138.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 237 91 122 0 0.62 0.49 0.07 347.26 0.8 0.64
Hex ED 5B 7A 0 3E 31 7 15B 50 40
Octal 355 133 172 0 76 61 7 533 120 100
Binary 11101101 1011011 1111010 0 111110 110001 111 101011011 1010000 1000000

Color Harmonies of #ED5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5B7A

Black with #ED5B7A

Text Example


Text Example

White with #ED5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5B7A; }

 p { color: rgb(237,91,122); }

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

background-color css

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

 a { background-color: rgb(237,91,122); }

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

border-color css

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

 span { border-color: rgb(237,91,122); }

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