Html Css Color HEX #EC6093 Deep Blush

📋 copy color: '#EC6093'

red 236 ◦ green 96 ◦ blue 147

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

Shades of Deep Blush #EC6093

Tints of Deep Blush #EC6093

RGB

 RED value IS 236 (92.58% from 255) = 49.27%

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

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

R = 49.27%
G = 20.04%
B = 30.69%

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

#EC6093 (or 0xEC6093) is known color: Deep Blush. HEX triplet: EC, 60 and 93. RGB value is (236,96,147). Sum of RGB (Red+Green+Blue) = 236+96+147=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6093 is #139F6C. Grayscale: #8F8F8F. Windows color (decimal): -1285997 or 9658604. OLE color: 9658604.

HSL color Cylindrical-coordinate representation of color #EC6093: hue angle of 338.14º degrees, saturation: 0.79, 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 #EC6093 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 147 -
CMYK 0 0.59 0.38 0.07
HSL 338.14º 0.79% 0.65% -
HSV(B) 338.14º 0.59% 0.93% -
XYZ 44.04 28.31 30.75 -
YUV 143.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 236 96 147 0 0.59 0.38 0.07 338.14 0.79 0.65
Hex EC 60 93 0 3B 26 7 152 4F 41
Octal 354 140 223 0 73 46 7 522 117 101
Binary 11101100 1100000 10010011 0 111011 100110 111 101010010 1001111 1000001

Color Harmonies of #EC6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6093

Black with #EC6093

Text Example


Text Example

White with #EC6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6093; }

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

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

background-color css

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

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

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

border-color css

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

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

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