Html Css Color HEX #EC6A90 Deep Blush

📋 copy color: '#EC6A90'

red 236 ◦ green 106 ◦ blue 144

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

Shades of Deep Blush #EC6A90

Tints of Deep Blush #EC6A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 48.56%
G = 21.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6A90 (or 0xEC6A90) is known color: Deep Blush. HEX triplet: EC, 6A and 90. RGB value is (236,106,144). Sum of RGB (Red+Green+Blue) = 236+106+144=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6A90 is #13956F. Grayscale: #959595. Windows color (decimal): -1283440 or 9464556. OLE color: 9464556.

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

Color convert

RGB 236 106 144 -
CMYK 0 0.55 0.39 0.07
HSL 342.46º 0.77% 0.67% -
HSV(B) 342.46º 0.55% 0.93% -
XYZ 44.78 30.15 29.85 -
YUV 149.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 236 106 144 0 0.55 0.39 0.07 342.46 0.77 0.67
Hex EC 6A 90 0 37 27 7 156 4D 43
Octal 354 152 220 0 67 47 7 526 115 103
Binary 11101100 1101010 10010000 0 110111 100111 111 101010110 1001101 1000011

Color Harmonies of #EC6A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A90

Black with #EC6A90

Text Example


Text Example

White with #EC6A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A90; }

 p { color: rgb(236,106,144); }

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

background-color css

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

 a { background-color: rgb(236,106,144); }

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

border-color css

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

 span { border-color: rgb(236,106,144); }

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