Html Css Color HEX #ED7291 Deep Blush

📋 copy color: '#ED7291'

red 237 ◦ green 114 ◦ blue 145

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

Shades of Deep Blush #ED7291

Tints of Deep Blush #ED7291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 47.78%
G = 22.98%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED7291 (or 0xED7291) is known color: Deep Blush. HEX triplet: ED, 72 and 91. RGB value is (237,114,145). Sum of RGB (Red+Green+Blue) = 237+114+145=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7291 is #128D6E. Grayscale: #9A9A9A. Windows color (decimal): -1215855 or 9532141. OLE color: 9532141.

HSL color Cylindrical-coordinate representation of color #ED7291: hue angle of 344.88º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7291 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 145 -
CMYK 0 0.52 0.39 0.07
HSL 344.88º 0.77% 0.69% -
HSV(B) 344.88º 0.52% 0.93% -
XYZ 46.05 32.08 30.55 -
YUV 154.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 237 114 145 0 0.52 0.39 0.07 344.88 0.77 0.69
Hex ED 72 91 0 34 27 7 159 4D 45
Octal 355 162 221 0 64 47 7 531 115 105
Binary 11101101 1110010 10010001 0 110100 100111 111 101011001 1001101 1000101

Color Harmonies of #ED7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7291

Black with #ED7291

Text Example


Text Example

White with #ED7291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7291; }

 p { color: rgb(237,114,145); }

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

background-color css

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

 a { background-color: rgb(237,114,145); }

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

border-color css

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

 span { border-color: rgb(237,114,145); }

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