Html Css Color HEX #ED638B Deep Blush

📋 copy color: '#ED638B'

red 237 ◦ green 99 ◦ blue 139

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

Shades of Deep Blush #ED638B

Tints of Deep Blush #ED638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.84%

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 49.89%
G = 20.84%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED638B (or 0xED638B) is known color: Deep Blush. HEX triplet: ED, 63 and 8B. RGB value is (237,99,139). Sum of RGB (Red+Green+Blue) = 237+99+139=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED638B is #129C74. Grayscale: #909090. Windows color (decimal): -1219701 or 9135085. OLE color: 9135085.

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

Color convert

RGB 237 99 139 -
CMYK 0 0.58 0.41 0.07
HSL 342.61º 0.79% 0.66% -
HSV(B) 342.61º 0.58% 0.93% -
XYZ 44.05 28.79 27.66 -
YUV 144.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 237 99 139 0 0.58 0.41 0.07 342.61 0.79 0.66
Hex ED 63 8B 0 3A 29 7 157 4F 42
Octal 355 143 213 0 72 51 7 527 117 102
Binary 11101101 1100011 10001011 0 111010 101001 111 101010111 1001111 1000010

Color Harmonies of #ED638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED638B

Black with #ED638B

Text Example


Text Example

White with #ED638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED638B; }

 p { color: rgb(237,99,139); }

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

background-color css

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

 a { background-color: rgb(237,99,139); }

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

border-color css

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

 span { border-color: rgb(237,99,139); }

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