Html Css Color HEX #ED628A Deep Blush

📋 copy color: '#ED628A'

red 237 ◦ green 98 ◦ blue 138

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

Shades of Deep Blush #ED628A

Tints of Deep Blush #ED628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 50.11%
G = 20.72%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED628A (or 0xED628A) is known color: Deep Blush. HEX triplet: ED, 62 and 8A. RGB value is (237,98,138). Sum of RGB (Red+Green+Blue) = 237+98+138=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED628A is #129D75. Grayscale: #909090. Windows color (decimal): -1219958 or 9069293. OLE color: 9069293.

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

Color convert

RGB 237 98 138 -
CMYK 0 0.59 0.42 0.07
HSL 342.73º 0.79% 0.66% -
HSV(B) 342.73º 0.59% 0.93% -
XYZ 43.88 28.57 27.25 -
YUV 144.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 237 98 138 0 0.59 0.42 0.07 342.73 0.79 0.66
Hex ED 62 8A 0 3B 2A 7 157 4F 42
Octal 355 142 212 0 73 52 7 527 117 102
Binary 11101101 1100010 10001010 0 111011 101010 111 101010111 1001111 1000010

Color Harmonies of #ED628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED628A

Black with #ED628A

Text Example


Text Example

White with #ED628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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