Html Css Color HEX #ED7492 Deep Blush

📋 copy color: '#ED7492'

red 237 ◦ green 116 ◦ blue 146

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

Shades of Deep Blush #ED7492

Tints of Deep Blush #ED7492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.25%

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 47.49%
G = 23.25%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7492 (or 0xED7492) is known color: Deep Blush. HEX triplet: ED, 74 and 92. RGB value is (237,116,146). Sum of RGB (Red+Green+Blue) = 237+116+146=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7492 is #128B6D. Grayscale: #9B9B9B. Windows color (decimal): -1215342 or 9598189. OLE color: 9598189.

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

Color convert

RGB 237 116 146 -
CMYK 0 0.51 0.38 0.07
HSL 345.12º 0.77% 0.69% -
HSV(B) 345.12º 0.51% 0.93% -
XYZ 46.36 32.57 31.04 -
YUV 155.6 122.59 186.06 -
System Red Green Blue C M Y K H S L
Decimal 237 116 146 0 0.51 0.38 0.07 345.12 0.77 0.69
Hex ED 74 92 0 33 26 7 159 4D 45
Octal 355 164 222 0 63 46 7 531 115 105
Binary 11101101 1110100 10010010 0 110011 100110 111 101011001 1001101 1000101

Color Harmonies of #ED7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7492

Black with #ED7492

Text Example


Text Example

White with #ED7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7492; }

 p { color: rgb(237,116,146); }

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

background-color css

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

 a { background-color: rgb(237,116,146); }

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

border-color css

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

 span { border-color: rgb(237,116,146); }

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