Html Css Color HEX #ED698B Deep Blush

📋 copy color: '#ED698B'

red 237 ◦ green 105 ◦ blue 139

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

Shades of Deep Blush #ED698B

Tints of Deep Blush #ED698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

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

R = 49.27%
G = 21.83%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED698B (or 0xED698B) is known color: Deep Blush. HEX triplet: ED, 69 and 8B. RGB value is (237,105,139). Sum of RGB (Red+Green+Blue) = 237+105+139=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698B is #129674. Grayscale: #949494. Windows color (decimal): -1218165 or 9136621. OLE color: 9136621.

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

Color convert

RGB 237 105 139 -
CMYK 0 0.56 0.41 0.07
HSL 344.55º 0.79% 0.67% -
HSV(B) 344.55º 0.56% 0.93% -
XYZ 44.64 29.97 27.86 -
YUV 148.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 237 105 139 0 0.56 0.41 0.07 344.55 0.79 0.67
Hex ED 69 8B 0 38 29 7 159 4F 43
Octal 355 151 213 0 70 51 7 531 117 103
Binary 11101101 1101001 10001011 0 111000 101001 111 101011001 1001111 1000011

Color Harmonies of #ED698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED698B

Black with #ED698B

Text Example


Text Example

White with #ED698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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