Html Css Color HEX #ED7294 Deep Blush

📋 copy color: '#ED7294'

red 237 ◦ green 114 ◦ blue 148

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

Shades of Deep Blush #ED7294

Tints of Deep Blush #ED7294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 47.49%
G = 22.85%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7294 (or 0xED7294) is known color: Deep Blush. HEX triplet: ED, 72 and 94. RGB value is (237,114,148). Sum of RGB (Red+Green+Blue) = 237+114+148=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7294 is #128D6B. Grayscale: #9A9A9A. Windows color (decimal): -1215852 or 9728749. OLE color: 9728749.

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

Color convert

RGB 237 114 148 -
CMYK 0 0.52 0.38 0.07
HSL 343.41º 0.77% 0.69% -
HSV(B) 343.41º 0.52% 0.93% -
XYZ 46.29 32.18 31.79 -
YUV 154.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 237 114 148 0 0.52 0.38 0.07 343.41 0.77 0.69
Hex ED 72 94 0 34 26 7 157 4D 45
Octal 355 162 224 0 64 46 7 527 115 105
Binary 11101101 1110010 10010100 0 110100 100110 111 101010111 1001101 1000101

Color Harmonies of #ED7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7294

Black with #ED7294

Text Example


Text Example

White with #ED7294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7294; }

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

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

background-color css

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

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

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

border-color css

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

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

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