Html Css Color HEX #EC097B Deep Pink

📋 copy color: '#EC097B'

red 236 ◦ green 9 ◦ blue 123

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

Shades of Deep Pink #EC097B

Tints of Deep Pink #EC097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 64.13%
G = 2.45%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC097B (or 0xEC097B) is known color: Deep Pink. HEX triplet: EC, 09 and 7B. RGB value is (236,9,123). Sum of RGB (Red+Green+Blue) = 236+9+123=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC097B is #13F684. Grayscale: #595959. Windows color (decimal): -1308293 or 8063468. OLE color: 8063468.

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

Color convert

RGB 236 9 123 -
CMYK 0 0.96 0.48 0.07
HSL 329.87º 0.93% 0.48% -
HSV(B) 329.87º 0.96% 0.93% -
XYZ 38.26 19.46 20.48 -
YUV 89.87 146.71 232.23 -
System Red Green Blue C M Y K H S L
Decimal 236 9 123 0 0.96 0.48 0.07 329.87 0.93 0.48
Hex EC 9 7B 0 60 30 7 14A 5D 30
Octal 354 11 173 0 140 60 7 512 135 60
Binary 11101100 1001 1111011 0 1100000 110000 111 101001010 1011101 110000

Color Harmonies of #EC097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC097B

Black with #EC097B

Text Example


Text Example

White with #EC097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC097B; }

 p { color: rgb(236,9,123); }

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

background-color css

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

 a { background-color: rgb(236,9,123); }

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

border-color css

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

 span { border-color: rgb(236,9,123); }

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