Html Css Color HEX #ED628F Deep Blush

📋 copy color: '#ED628F'

red 237 ◦ green 98 ◦ blue 143

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

Shades of Deep Blush #ED628F

Tints of Deep Blush #ED628F

RGB

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

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

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

R = 49.58%
G = 20.5%
B = 29.92%

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

#ED628F (or 0xED628F) is known color: Deep Blush. HEX triplet: ED, 62 and 8F. RGB value is (237,98,143). Sum of RGB (Red+Green+Blue) = 237+98+143=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED628F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED628F is #129D70. Grayscale: #909090. Windows color (decimal): -1219953 or 9396973. OLE color: 9396973.

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

Color convert

RGB 237 98 143 -
CMYK 0 0.59 0.40 0.07
HSL 340.58º 0.79% 0.66% -
HSV(B) 340.58º 0.59% 0.93% -
XYZ 44.25 28.72 29.2 -
YUV 144.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 237 98 143 0 0.59 0.40 0.07 340.58 0.79 0.66
Hex ED 62 8F 0 3B 28 7 155 4F 42
Octal 355 142 217 0 73 50 7 525 117 102
Binary 11101101 1100010 10001111 0 111011 101000 111 101010101 1001111 1000010

Color Harmonies of #ED628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED628F

Black with #ED628F

Text Example


Text Example

White with #ED628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED628F; }

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

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

background-color css

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

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

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

border-color css

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

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

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