Html Css Color HEX #ED6E8F Deep Blush

📋 copy color: '#ED6E8F'

red 237 ◦ green 110 ◦ blue 143

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

Shades of Deep Blush #ED6E8F

Tints of Deep Blush #ED6E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 48.37%
G = 22.45%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED6E8F (or 0xED6E8F) is known color: Deep Blush. HEX triplet: ED, 6E and 8F. RGB value is (237,110,143). Sum of RGB (Red+Green+Blue) = 237+110+143=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6E8F is #129170. Grayscale: #979797. Windows color (decimal): -1216881 or 9400045. OLE color: 9400045.

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

Color convert

RGB 237 110 143 -
CMYK 0 0.54 0.40 0.07
HSL 344.41º 0.78% 0.68% -
HSV(B) 344.41º 0.54% 0.93% -
XYZ 45.46 31.14 29.6 -
YUV 151.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 237 110 143 0 0.54 0.40 0.07 344.41 0.78 0.68
Hex ED 6E 8F 0 36 28 7 158 4E 44
Octal 355 156 217 0 66 50 7 530 116 104
Binary 11101101 1101110 10001111 0 110110 101000 111 101011000 1001110 1000100

Color Harmonies of #ED6E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E8F

Black with #ED6E8F

Text Example


Text Example

White with #ED6E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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