Html Css Color HEX #ED628C Deep Blush

📋 copy color: '#ED628C'

red 237 ◦ green 98 ◦ blue 140

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

Shades of Deep Blush #ED628C

Tints of Deep Blush #ED628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.63%

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

R = 49.89%
G = 20.63%
B = 29.47%

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

#ED628C (or 0xED628C) is known color: Deep Blush. HEX triplet: ED, 62 and 8C. RGB value is (237,98,140). Sum of RGB (Red+Green+Blue) = 237+98+140=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED628C is #129D73. Grayscale: #909090. Windows color (decimal): -1219956 or 9200365. OLE color: 9200365.

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

Color convert

RGB 237 98 140 -
CMYK 0 0.59 0.41 0.07
HSL 341.87º 0.79% 0.66% -
HSV(B) 341.87º 0.59% 0.93% -
XYZ 44.03 28.63 28.02 -
YUV 144.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 237 98 140 0 0.59 0.41 0.07 341.87 0.79 0.66
Hex ED 62 8C 0 3B 29 7 156 4F 42
Octal 355 142 214 0 73 51 7 526 117 102
Binary 11101101 1100010 10001100 0 111011 101001 111 101010110 1001111 1000010

Color Harmonies of #ED628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED628C

Black with #ED628C

Text Example


Text Example

White with #ED628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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