Html Css Color HEX #ED6E8A Deep Blush

📋 copy color: '#ED6E8A'

red 237 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #ED6E8A

Tints of Deep Blush #ED6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

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

R = 48.87%
G = 22.68%
B = 28.45%

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

#ED6E8A (or 0xED6E8A) is known color: Deep Blush. HEX triplet: ED, 6E and 8A. RGB value is (237,110,138). Sum of RGB (Red+Green+Blue) = 237+110+138=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6E8A is #129175. Grayscale: #979797. Windows color (decimal): -1216886 or 9072365. OLE color: 9072365.

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

Color convert

RGB 237 110 138 -
CMYK 0 0.54 0.42 0.07
HSL 346.77º 0.78% 0.68% -
HSV(B) 346.77º 0.54% 0.93% -
XYZ 45.09 30.99 27.65 -
YUV 151.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 237 110 138 0 0.54 0.42 0.07 346.77 0.78 0.68
Hex ED 6E 8A 0 36 2A 7 15B 4E 44
Octal 355 156 212 0 66 52 7 533 116 104
Binary 11101101 1101110 10001010 0 110110 101010 111 101011011 1001110 1000100

Color Harmonies of #ED6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E8A

Black with #ED6E8A

Text Example


Text Example

White with #ED6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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