Html Css Color HEX #ED618C Deep Blush

📋 copy color: '#ED618C'

red 237 ◦ green 97 ◦ blue 140

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

Shades of Deep Blush #ED618C

Tints of Deep Blush #ED618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 50%
G = 20.46%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED618C (or 0xED618C) is known color: Deep Blush. HEX triplet: ED, 61 and 8C. RGB value is (237,97,140). Sum of RGB (Red+Green+Blue) = 237+97+140=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618C is #129E73. Grayscale: #8F8F8F. Windows color (decimal): -1220212 or 9200109. OLE color: 9200109.

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

Color convert

RGB 237 97 140 -
CMYK 0 0.59 0.41 0.07
HSL 341.57º 0.8% 0.65% -
HSV(B) 341.57º 0.59% 0.93% -
XYZ 43.93 28.45 27.99 -
YUV 143.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 237 97 140 0 0.59 0.41 0.07 341.57 0.8 0.65
Hex ED 61 8C 0 3B 29 7 156 50 41
Octal 355 141 214 0 73 51 7 526 120 101
Binary 11101101 1100001 10001100 0 111011 101001 111 101010110 1010000 1000001

Color Harmonies of #ED618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED618C

Black with #ED618C

Text Example


Text Example

White with #ED618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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