Html Css Color HEX #EC95BD Shocking

📋 copy color: '#EC95BD'

red 236 ◦ green 149 ◦ blue 189

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

Shades of Shocking #EC95BD

Tints of Shocking #EC95BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.96%

 BLUE value IS 189 (74.22% from 255) = 32.93%

R = 41.11%
G = 25.96%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC95BD (or 0xEC95BD) is known color: Shocking. HEX triplet: EC, 95 and BD. RGB value is (236,149,189). Sum of RGB (Red+Green+Blue) = 236+149+189=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95BD is #136A42. Grayscale: #B3B3B3. Windows color (decimal): -1272387 or 12424684. OLE color: 12424684.

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

Color convert

RGB 236 149 189 -
CMYK 0 0.37 0.20 0.07
HSL 332.41º 0.7% 0.75% -
HSV(B) 332.41º 0.37% 0.93% -
XYZ 54.52 43 53.57 -
YUV 179.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 236 149 189 0 0.37 0.20 0.07 332.41 0.7 0.75
Hex EC 95 BD 0 25 14 7 14C 46 4B
Octal 354 225 275 0 45 24 7 514 106 113
Binary 11101100 10010101 10111101 0 100101 10100 111 101001100 1000110 1001011

Color Harmonies of #EC95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95BD

Black with #EC95BD

Text Example


Text Example

White with #EC95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95BD; }

 p { color: rgb(236,149,189); }

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

background-color css

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

 a { background-color: rgb(236,149,189); }

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

border-color css

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

 span { border-color: rgb(236,149,189); }

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