Html Css Color HEX #ED6D8A Deep Blush

📋 copy color: '#ED6D8A'

red 237 ◦ green 109 ◦ blue 138

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

Shades of Deep Blush #ED6D8A

Tints of Deep Blush #ED6D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 48.97%
G = 22.52%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED6D8A (or 0xED6D8A) is known color: Deep Blush. HEX triplet: ED, 6D and 8A. RGB value is (237,109,138). Sum of RGB (Red+Green+Blue) = 237+109+138=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6D8A is #129275. Grayscale: #969696. Windows color (decimal): -1217142 or 9072109. OLE color: 9072109.

HSL color Cylindrical-coordinate representation of color #ED6D8A: hue angle of 346.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6D8A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 109 138 -
CMYK 0 0.54 0.42 0.07
HSL 346.41º 0.78% 0.68% -
HSV(B) 346.41º 0.54% 0.93% -
XYZ 44.98 30.78 27.61 -
YUV 150.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 237 109 138 0 0.54 0.42 0.07 346.41 0.78 0.68
Hex ED 6D 8A 0 36 2A 7 15A 4E 44
Octal 355 155 212 0 66 52 7 532 116 104
Binary 11101101 1101101 10001010 0 110110 101010 111 101011010 1001110 1000100

Color Harmonies of #ED6D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D8A

Black with #ED6D8A

Text Example


Text Example

White with #ED6D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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