Html Css Color HEX #ED768D Deep Blush

📋 copy color: '#ED768D'

red 237 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #ED768D

Tints of Deep Blush #ED768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 47.78%
G = 23.79%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED768D (or 0xED768D) is known color: Deep Blush. HEX triplet: ED, 76 and 8D. RGB value is (237,118,141). Sum of RGB (Red+Green+Blue) = 237+118+141=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED768D is #128972. Grayscale: #9C9C9C. Windows color (decimal): -1214835 or 9271021. OLE color: 9271021.

HSL color Cylindrical-coordinate representation of color #ED768D: hue angle of 348.4º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED768D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 141 -
CMYK 0 0.50 0.41 0.07
HSL 348.4º 0.77% 0.7% -
HSV(B) 348.4º 0.5% 0.93% -
XYZ 46.21 32.88 29.11 -
YUV 156.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 237 118 141 0 0.50 0.41 0.07 348.4 0.77 0.7
Hex ED 76 8D 0 32 29 7 15C 4D 46
Octal 355 166 215 0 62 51 7 534 115 106
Binary 11101101 1110110 10001101 0 110010 101001 111 101011100 1001101 1000110

Color Harmonies of #ED768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED768D

Black with #ED768D

Text Example


Text Example

White with #ED768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED768D; }

 p { color: rgb(237,118,141); }

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

background-color css

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

 a { background-color: rgb(237,118,141); }

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

border-color css

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

 span { border-color: rgb(237,118,141); }

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