Html Css Color HEX #ED678C Deep Blush

📋 copy color: '#ED678C'

red 237 ◦ green 103 ◦ blue 140

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

Shades of Deep Blush #ED678C

Tints of Deep Blush #ED678C

RGB

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

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

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

R = 49.38%
G = 21.46%
B = 29.17%

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

#ED678C (or 0xED678C) is known color: Deep Blush. HEX triplet: ED, 67 and 8C. RGB value is (237,103,140). Sum of RGB (Red+Green+Blue) = 237+103+140=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED678C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED678C is #129873. Grayscale: #939393. Windows color (decimal): -1218676 or 9201645. OLE color: 9201645.

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

Color convert

RGB 237 103 140 -
CMYK 0 0.57 0.41 0.07
HSL 343.43º 0.79% 0.67% -
HSV(B) 343.43º 0.57% 0.93% -
XYZ 44.51 29.6 28.18 -
YUV 147.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 237 103 140 0 0.57 0.41 0.07 343.43 0.79 0.67
Hex ED 67 8C 0 39 29 7 157 4F 43
Octal 355 147 214 0 71 51 7 527 117 103
Binary 11101101 1100111 10001100 0 111001 101001 111 101010111 1001111 1000011

Color Harmonies of #ED678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED678C

Black with #ED678C

Text Example


Text Example

White with #ED678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED678C; }

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

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

background-color css

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

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

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

border-color css

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

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

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