Html Css Color HEX #EC6291 Deep Blush

📋 copy color: '#EC6291'

red 236 ◦ green 98 ◦ blue 145

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

Shades of Deep Blush #EC6291

Tints of Deep Blush #EC6291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.46%

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 49.27%
G = 20.46%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6291 (or 0xEC6291) is known color: Deep Blush. HEX triplet: EC, 62 and 91. RGB value is (236,98,145). Sum of RGB (Red+Green+Blue) = 236+98+145=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6291 is #139D6E. Grayscale: #909090. Windows color (decimal): -1285487 or 9528044. OLE color: 9528044.

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

Color convert

RGB 236 98 145 -
CMYK 0 0.58 0.39 0.07
HSL 339.57º 0.78% 0.65% -
HSV(B) 339.57º 0.58% 0.93% -
XYZ 44.07 28.61 29.99 -
YUV 144.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 236 98 145 0 0.58 0.39 0.07 339.57 0.78 0.65
Hex EC 62 91 0 3A 27 7 154 4E 41
Octal 354 142 221 0 72 47 7 524 116 101
Binary 11101100 1100010 10010001 0 111010 100111 111 101010100 1001110 1000001

Color Harmonies of #EC6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6291

Black with #EC6291

Text Example


Text Example

White with #EC6291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6291; }

 p { color: rgb(236,98,145); }

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

background-color css

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

 a { background-color: rgb(236,98,145); }

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

border-color css

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

 span { border-color: rgb(236,98,145); }

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