Html Css Color HEX #ED698E Deep Blush

📋 copy color: '#ED698E'

red 237 ◦ green 105 ◦ blue 142

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

Shades of Deep Blush #ED698E

Tints of Deep Blush #ED698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.34%

R = 48.97%
G = 21.69%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED698E (or 0xED698E) is known color: Deep Blush. HEX triplet: ED, 69 and 8E. RGB value is (237,105,142). Sum of RGB (Red+Green+Blue) = 237+105+142=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698E is #129671. Grayscale: #949494. Windows color (decimal): -1218162 or 9333229. OLE color: 9333229.

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

Color convert

RGB 237 105 142 -
CMYK 0 0.56 0.40 0.07
HSL 343.18º 0.79% 0.67% -
HSV(B) 343.18º 0.56% 0.93% -
XYZ 44.86 30.06 29.03 -
YUV 148.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 237 105 142 0 0.56 0.40 0.07 343.18 0.79 0.67
Hex ED 69 8E 0 38 28 7 157 4F 43
Octal 355 151 216 0 70 50 7 527 117 103
Binary 11101101 1101001 10001110 0 111000 101000 111 101010111 1001111 1000011

Color Harmonies of #ED698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED698E

Black with #ED698E

Text Example


Text Example

White with #ED698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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