Html Css Color HEX #ED6C92 Deep Blush

📋 copy color: '#ED6C92'

red 237 ◦ green 108 ◦ blue 146

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

Shades of Deep Blush #ED6C92

Tints of Deep Blush #ED6C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 48.27%
G = 22%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED6C92 (or 0xED6C92) is known color: Deep Blush. HEX triplet: ED, 6C and 92. RGB value is (237,108,146). Sum of RGB (Red+Green+Blue) = 237+108+146=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6C92 is #12936D. Grayscale: #969696. Windows color (decimal): -1217390 or 9596141. OLE color: 9596141.

HSL color Cylindrical-coordinate representation of color #ED6C92: hue angle of 342.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6C92 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 108 146 -
CMYK 0 0.54 0.38 0.07
HSL 342.33º 0.78% 0.68% -
HSV(B) 342.33º 0.54% 0.93% -
XYZ 45.48 30.8 30.74 -
YUV 150.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 237 108 146 0 0.54 0.38 0.07 342.33 0.78 0.68
Hex ED 6C 92 0 36 26 7 156 4E 44
Octal 355 154 222 0 66 46 7 526 116 104
Binary 11101101 1101100 10010010 0 110110 100110 111 101010110 1001110 1000100

Color Harmonies of #ED6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6C92

Black with #ED6C92

Text Example


Text Example

White with #ED6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6C92; }

 p { color: rgb(237,108,146); }

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

background-color css

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

 a { background-color: rgb(237,108,146); }

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

border-color css

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

 span { border-color: rgb(237,108,146); }

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