Html Css Color HEX #ED638D Deep Blush

📋 copy color: '#ED638D'

red 237 ◦ green 99 ◦ blue 141

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

Shades of Deep Blush #ED638D

Tints of Deep Blush #ED638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 49.69%
G = 20.75%
B = 29.56%

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

#ED638D (or 0xED638D) is known color: Deep Blush. HEX triplet: ED, 63 and 8D. RGB value is (237,99,141). Sum of RGB (Red+Green+Blue) = 237+99+141=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED638D is #129C72. Grayscale: #919191. Windows color (decimal): -1219699 or 9266157. OLE color: 9266157.

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

Color convert

RGB 237 99 141 -
CMYK 0 0.58 0.41 0.07
HSL 341.74º 0.79% 0.66% -
HSV(B) 341.74º 0.58% 0.93% -
XYZ 44.19 28.85 28.44 -
YUV 145.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 237 99 141 0 0.58 0.41 0.07 341.74 0.79 0.66
Hex ED 63 8D 0 3A 29 7 156 4F 42
Octal 355 143 215 0 72 51 7 526 117 102
Binary 11101101 1100011 10001101 0 111010 101001 111 101010110 1001111 1000010

Color Harmonies of #ED638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED638D

Black with #ED638D

Text Example


Text Example

White with #ED638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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