Html Css Color HEX #ED758A Deep Blush

📋 copy color: '#ED758A'

red 237 ◦ green 117 ◦ blue 138

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

Shades of Deep Blush #ED758A

Tints of Deep Blush #ED758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 48.17%
G = 23.78%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED758A (or 0xED758A) is known color: Deep Blush. HEX triplet: ED, 75 and 8A. RGB value is (237,117,138). Sum of RGB (Red+Green+Blue) = 237+117+138=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED758A is #128A75. Grayscale: #9B9B9B. Windows color (decimal): -1215094 or 9074157. OLE color: 9074157.

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

Color convert

RGB 237 117 138 -
CMYK 0 0.51 0.42 0.07
HSL 349.5º 0.77% 0.69% -
HSV(B) 349.5º 0.51% 0.93% -
XYZ 45.87 32.56 27.91 -
YUV 155.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 237 117 138 0 0.51 0.42 0.07 349.5 0.77 0.69
Hex ED 75 8A 0 33 2A 7 15E 4D 45
Octal 355 165 212 0 63 52 7 536 115 105
Binary 11101101 1110101 10001010 0 110011 101010 111 101011110 1001101 1000101

Color Harmonies of #ED758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED758A

Black with #ED758A

Text Example


Text Example

White with #ED758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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