Html Css Color HEX #ED5E7B Brink Pink

📋 copy color: '#ED5E7B'

red 237 ◦ green 94 ◦ blue 123

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

Shades of Brink Pink #ED5E7B

Tints of Brink Pink #ED5E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 52.2%
G = 20.7%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED5E7B (or 0xED5E7B) is known color: Brink Pink. HEX triplet: ED, 5E and 7B. RGB value is (237,94,123). Sum of RGB (Red+Green+Blue) = 237+94+123=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E7B is #12A184. Grayscale: #8C8C8C. Windows color (decimal): -1220997 or 8085229. OLE color: 8085229.

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

Color convert

RGB 237 94 123 -
CMYK 0 0.60 0.48 0.07
HSL 347.83º 0.8% 0.65% -
HSV(B) 347.83º 0.6% 0.93% -
XYZ 42.5 27.44 21.8 -
YUV 140.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 237 94 123 0 0.60 0.48 0.07 347.83 0.8 0.65
Hex ED 5E 7B 0 3C 30 7 15C 50 41
Octal 355 136 173 0 74 60 7 534 120 101
Binary 11101101 1011110 1111011 0 111100 110000 111 101011100 1010000 1000001

Color Harmonies of #ED5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E7B

Black with #ED5E7B

Text Example


Text Example

White with #ED5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E7B; }

 p { color: rgb(237,94,123); }

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

background-color css

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

 a { background-color: rgb(237,94,123); }

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

border-color css

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

 span { border-color: rgb(237,94,123); }

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