Html Css Color HEX #ED618F Deep Blush

📋 copy color: '#ED618F'

red 237 ◦ green 97 ◦ blue 143

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

Shades of Deep Blush #ED618F

Tints of Deep Blush #ED618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.34%

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

R = 49.69%
G = 20.34%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED618F (or 0xED618F) is known color: Deep Blush. HEX triplet: ED, 61 and 8F. RGB value is (237,97,143). Sum of RGB (Red+Green+Blue) = 237+97+143=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618F is #129E70. Grayscale: #909090. Windows color (decimal): -1220209 or 9396717. OLE color: 9396717.

HSL color Cylindrical-coordinate representation of color #ED618F: hue angle of 340.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED618F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 143 -
CMYK 0 0.59 0.40 0.07
HSL 340.29º 0.8% 0.65% -
HSV(B) 340.29º 0.59% 0.93% -
XYZ 44.16 28.54 29.17 -
YUV 144.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 237 97 143 0 0.59 0.40 0.07 340.29 0.8 0.65
Hex ED 61 8F 0 3B 28 7 154 50 41
Octal 355 141 217 0 73 50 7 524 120 101
Binary 11101101 1100001 10001111 0 111011 101000 111 101010100 1010000 1000001

Color Harmonies of #ED618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED618F

Black with #ED618F

Text Example


Text Example

White with #ED618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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