Html Css Color HEX #ED698C Deep Blush

📋 copy color: '#ED698C'

red 237 ◦ green 105 ◦ blue 140

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

Shades of Deep Blush #ED698C

Tints of Deep Blush #ED698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 49.17%
G = 21.78%
B = 29.05%

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

#ED698C (or 0xED698C) is known color: Deep Blush. HEX triplet: ED, 69 and 8C. RGB value is (237,105,140). Sum of RGB (Red+Green+Blue) = 237+105+140=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698C is #129673. Grayscale: #949494. Windows color (decimal): -1218164 or 9202157. OLE color: 9202157.

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

Color convert

RGB 237 105 140 -
CMYK 0 0.56 0.41 0.07
HSL 344.09º 0.79% 0.67% -
HSV(B) 344.09º 0.56% 0.93% -
XYZ 44.71 30 28.25 -
YUV 148.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 237 105 140 0 0.56 0.41 0.07 344.09 0.79 0.67
Hex ED 69 8C 0 38 29 7 158 4F 43
Octal 355 151 214 0 70 51 7 530 117 103
Binary 11101101 1101001 10001100 0 111000 101001 111 101011000 1001111 1000011

Color Harmonies of #ED698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED698C

Black with #ED698C

Text Example


Text Example

White with #ED698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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