Html Css Color HEX #EC97BD Shocking

📋 copy color: '#EC97BD'

red 236 ◦ green 151 ◦ blue 189

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

Shades of Shocking #EC97BD

Tints of Shocking #EC97BD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.22%

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

R = 40.97%
G = 26.22%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC97BD (or 0xEC97BD) is known color: Shocking. HEX triplet: EC, 97 and BD. RGB value is (236,151,189). Sum of RGB (Red+Green+Blue) = 236+151+189=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97BD is #136842. Grayscale: #B4B4B4. Windows color (decimal): -1271875 or 12425196. OLE color: 12425196.

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

Color convert

RGB 236 151 189 -
CMYK 0 0.36 0.20 0.07
HSL 333.18º 0.69% 0.76% -
HSV(B) 333.18º 0.36% 0.93% -
XYZ 54.84 43.64 53.68 -
YUV 180.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 236 151 189 0 0.36 0.20 0.07 333.18 0.69 0.76
Hex EC 97 BD 0 24 14 7 14D 45 4C
Octal 354 227 275 0 44 24 7 515 105 114
Binary 11101100 10010111 10111101 0 100100 10100 111 101001101 1000101 1001100

Color Harmonies of #EC97BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC97BD

Black with #EC97BD

Text Example


Text Example

White with #EC97BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC97BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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