Html Css Color HEX #ED638A Deep Blush

📋 copy color: '#ED638A'

red 237 ◦ green 99 ◦ blue 138

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

Shades of Deep Blush #ED638A

Tints of Deep Blush #ED638A

RGB

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

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

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

R = 50%
G = 20.89%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED638A (or 0xED638A) is known color: Deep Blush. HEX triplet: ED, 63 and 8A. RGB value is (237,99,138). Sum of RGB (Red+Green+Blue) = 237+99+138=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED638A is #129C75. Grayscale: #909090. Windows color (decimal): -1219702 or 9069549. OLE color: 9069549.

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

Color convert

RGB 237 99 138 -
CMYK 0 0.58 0.42 0.07
HSL 343.04º 0.79% 0.66% -
HSV(B) 343.04º 0.58% 0.93% -
XYZ 43.97 28.76 27.28 -
YUV 144.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 237 99 138 0 0.58 0.42 0.07 343.04 0.79 0.66
Hex ED 63 8A 0 3A 2A 7 157 4F 42
Octal 355 143 212 0 72 52 7 527 117 102
Binary 11101101 1100011 10001010 0 111010 101010 111 101010111 1001111 1000010

Color Harmonies of #ED638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED638A

Black with #ED638A

Text Example


Text Example

White with #ED638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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