Html Css Color HEX #ED628E Deep Blush

📋 copy color: '#ED628E'

red 237 ◦ green 98 ◦ blue 142

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

Shades of Deep Blush #ED628E

Tints of Deep Blush #ED628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 49.69%
G = 20.55%
B = 29.77%

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

#ED628E (or 0xED628E) is known color: Deep Blush. HEX triplet: ED, 62 and 8E. RGB value is (237,98,142). Sum of RGB (Red+Green+Blue) = 237+98+142=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED628E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED628E is #129D71. Grayscale: #909090. Windows color (decimal): -1219954 or 9331437. OLE color: 9331437.

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

Color convert

RGB 237 98 142 -
CMYK 0 0.59 0.40 0.07
HSL 341.01º 0.79% 0.66% -
HSV(B) 341.01º 0.59% 0.93% -
XYZ 44.18 28.69 28.8 -
YUV 144.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 237 98 142 0 0.59 0.40 0.07 341.01 0.79 0.66
Hex ED 62 8E 0 3B 28 7 155 4F 42
Octal 355 142 216 0 73 50 7 525 117 102
Binary 11101101 1100010 10001110 0 111011 101000 111 101010101 1001111 1000010

Color Harmonies of #ED628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED628E

Black with #ED628E

Text Example


Text Example

White with #ED628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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