Html Css Color HEX #ED758D Deep Blush

📋 copy color: '#ED758D'

red 237 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #ED758D

Tints of Deep Blush #ED758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.64%

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 47.88%
G = 23.64%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED758D (or 0xED758D) is known color: Deep Blush. HEX triplet: ED, 75 and 8D. RGB value is (237,117,141). Sum of RGB (Red+Green+Blue) = 237+117+141=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED758D is #128A72. Grayscale: #9B9B9B. Windows color (decimal): -1215091 or 9270765. OLE color: 9270765.

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

Color convert

RGB 237 117 141 -
CMYK 0 0.51 0.41 0.07
HSL 348º 0.77% 0.69% -
HSV(B) 348º 0.51% 0.93% -
XYZ 46.09 32.65 29.07 -
YUV 155.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 237 117 141 0 0.51 0.41 0.07 348 0.77 0.69
Hex ED 75 8D 0 33 29 7 15C 4D 45
Octal 355 165 215 0 63 51 7 534 115 105
Binary 11101101 1110101 10001101 0 110011 101001 111 101011100 1001101 1000101

Color Harmonies of #ED758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED758D

Black with #ED758D

Text Example


Text Example

White with #ED758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED758D; }

 p { color: rgb(237,117,141); }

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

background-color css

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

 a { background-color: rgb(237,117,141); }

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

border-color css

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

 span { border-color: rgb(237,117,141); }

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