Html Css Color HEX #ED7296 Deep Blush

📋 copy color: '#ED7296'

red 237 ◦ green 114 ◦ blue 150

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

Shades of Deep Blush #ED7296

Tints of Deep Blush #ED7296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 47.31%
G = 22.75%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED7296 (or 0xED7296) is known color: Deep Blush. HEX triplet: ED, 72 and 96. RGB value is (237,114,150). Sum of RGB (Red+Green+Blue) = 237+114+150=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7296 is #128D69. Grayscale: #9A9A9A. Windows color (decimal): -1215850 or 9859821. OLE color: 9859821.

HSL color Cylindrical-coordinate representation of color #ED7296: hue angle of 342.44º 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 #ED7296 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 150 -
CMYK 0 0.52 0.37 0.07
HSL 342.44º 0.77% 0.69% -
HSV(B) 342.44º 0.52% 0.93% -
XYZ 46.45 32.24 32.63 -
YUV 154.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 237 114 150 0 0.52 0.37 0.07 342.44 0.77 0.69
Hex ED 72 96 0 34 25 7 156 4D 45
Octal 355 162 226 0 64 45 7 526 115 105
Binary 11101101 1110010 10010110 0 110100 100101 111 101010110 1001101 1000101

Color Harmonies of #ED7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7296

Black with #ED7296

Text Example


Text Example

White with #ED7296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7296; }

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

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

background-color css

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

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

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

border-color css

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

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

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