#ED698A

Color #ED698A Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #ED698A

Tints of Deep Blush #ED698A

Color information

#ED698A (or 0xED698A) is unknown color: approx Deep Blush. HEX triplet: ED, 69 and 8A. RGB value is (237,105,138). Sum of RGB (Red+Green+Blue) = 237+105+138=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698A is #129675. Grayscale: #949494. Windows color (decimal): -1218166 or 9071085. OLE color: 9071085.

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

Color convert

RGB237105138-
CMYK00.560.420.07
HSL345º78.57%67.06%-
HSV(B)345º55.7%92.94%-
XYZ44.5629.9427.48-
YUV148.23122.23191.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=49.38%
G=21.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710513800.560.420.0734578.5767.06
HexED698A0382A71594f43
Octal355151212070527531117103
Binary11101101110100110001010011100010101011110101100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED698A; }

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

 H1.HeaderClassName
 {
   color: #ED698A;
 }
 .AnyTagClassName
 {
   color: #ED698A;
 }
</style>
background-color css

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

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

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

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

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

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