Html Css Color HEX #ED6093 Deep Blush

📋 copy color: '#ED6093'

red 237 ◦ green 96 ◦ blue 147

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

Shades of Deep Blush #ED6093

Tints of Deep Blush #ED6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20%

 BLUE value IS 147 (57.81% from 255) = 30.63%

R = 49.38%
G = 20%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED6093 (or 0xED6093) is known color: Deep Blush. HEX triplet: ED, 60 and 93. RGB value is (237,96,147). Sum of RGB (Red+Green+Blue) = 237+96+147=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6093 is #129F6C. Grayscale: #8F8F8F. Windows color (decimal): -1220461 or 9658605. OLE color: 9658605.

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

Color convert

RGB 237 96 147 -
CMYK 0 0.59 0.38 0.07
HSL 338.3º 0.8% 0.65% -
HSV(B) 338.3º 0.59% 0.93% -
XYZ 44.37 28.48 30.76 -
YUV 143.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 237 96 147 0 0.59 0.38 0.07 338.3 0.8 0.65
Hex ED 60 93 0 3B 26 7 152 50 41
Octal 355 140 223 0 73 46 7 522 120 101
Binary 11101101 1100000 10010011 0 111011 100110 111 101010010 1010000 1000001

Color Harmonies of #ED6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6093

Black with #ED6093

Text Example


Text Example

White with #ED6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6093; }

 p { color: rgb(237,96,147); }

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

background-color css

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

 a { background-color: rgb(237,96,147); }

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

border-color css

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

 span { border-color: rgb(237,96,147); }

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