Html Css Color HEX #ED6D8F Deep Blush

📋 copy color: '#ED6D8F'

red 237 ◦ green 109 ◦ blue 143

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

Shades of Deep Blush #ED6D8F

Tints of Deep Blush #ED6D8F

RGB

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

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

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

R = 48.47%
G = 22.29%
B = 29.24%

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

#ED6D8F (or 0xED6D8F) is known color: Deep Blush. HEX triplet: ED, 6D and 8F. RGB value is (237,109,143). Sum of RGB (Red+Green+Blue) = 237+109+143=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6D8F is #129270. Grayscale: #979797. Windows color (decimal): -1217137 or 9399789. OLE color: 9399789.

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

Color convert

RGB 237 109 143 -
CMYK 0 0.54 0.40 0.07
HSL 344.06º 0.78% 0.68% -
HSV(B) 344.06º 0.54% 0.93% -
XYZ 45.35 30.92 29.57 -
YUV 151.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 237 109 143 0 0.54 0.40 0.07 344.06 0.78 0.68
Hex ED 6D 8F 0 36 28 7 158 4E 44
Octal 355 155 217 0 66 50 7 530 116 104
Binary 11101101 1101101 10001111 0 110110 101000 111 101011000 1001110 1000100

Color Harmonies of #ED6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D8F

Black with #ED6D8F

Text Example


Text Example

White with #ED6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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