Html Css Color HEX #ED678D Deep Blush

📋 copy color: '#ED678D'

red 237 ◦ green 103 ◦ blue 141

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

Shades of Deep Blush #ED678D

Tints of Deep Blush #ED678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

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

R = 49.27%
G = 21.41%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED678D (or 0xED678D) is known color: Deep Blush. HEX triplet: ED, 67 and 8D. RGB value is (237,103,141). Sum of RGB (Red+Green+Blue) = 237+103+141=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED678D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED678D is #129872. Grayscale: #939393. Windows color (decimal): -1218675 or 9267181. OLE color: 9267181.

HSL color Cylindrical-coordinate representation of color #ED678D: hue angle of 342.99º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED678D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 103 141 -
CMYK 0 0.57 0.41 0.07
HSL 342.99º 0.79% 0.67% -
HSV(B) 342.99º 0.57% 0.93% -
XYZ 44.58 29.63 28.57 -
YUV 147.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 237 103 141 0 0.57 0.41 0.07 342.99 0.79 0.67
Hex ED 67 8D 0 39 29 7 157 4F 43
Octal 355 147 215 0 71 51 7 527 117 103
Binary 11101101 1100111 10001101 0 111001 101001 111 101010111 1001111 1000011

Color Harmonies of #ED678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED678D

Black with #ED678D

Text Example


Text Example

White with #ED678D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED678D; }

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

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

background-color css

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

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

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

border-color css

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

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

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