Html Css Color HEX #ED698F Deep Blush

📋 copy color: '#ED698F'

red 237 ◦ green 105 ◦ blue 143

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

Shades of Deep Blush #ED698F

Tints of Deep Blush #ED698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 48.87%
G = 21.65%
B = 29.48%

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

#ED698F (or 0xED698F) is known color: Deep Blush. HEX triplet: ED, 69 and 8F. RGB value is (237,105,143). Sum of RGB (Red+Green+Blue) = 237+105+143=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698F is #129670. Grayscale: #949494. Windows color (decimal): -1218161 or 9398765. OLE color: 9398765.

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

Color convert

RGB 237 105 143 -
CMYK 0 0.56 0.40 0.07
HSL 342.73º 0.79% 0.67% -
HSV(B) 342.73º 0.56% 0.93% -
XYZ 44.93 30.09 29.43 -
YUV 148.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 237 105 143 0 0.56 0.40 0.07 342.73 0.79 0.67
Hex ED 69 8F 0 38 28 7 157 4F 43
Octal 355 151 217 0 70 50 7 527 117 103
Binary 11101101 1101001 10001111 0 111000 101000 111 101010111 1001111 1000011

Color Harmonies of #ED698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED698F

Black with #ED698F

Text Example


Text Example

White with #ED698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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