Html Css Color HEX #EC95D0 Shocking

📋 copy color: '#EC95D0'

red 236 ◦ green 149 ◦ blue 208

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

Shades of Shocking #EC95D0

Tints of Shocking #EC95D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.08%

R = 39.8%
G = 25.13%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC95D0 (or 0xEC95D0) is known color: Shocking. HEX triplet: EC, 95 and D0. RGB value is (236,149,208). Sum of RGB (Red+Green+Blue) = 236+149+208=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95D0 is #136A2F. Grayscale: #B5B5B5. Windows color (decimal): -1272368 or 13669868. OLE color: 13669868.

HSL color Cylindrical-coordinate representation of color #EC95D0: hue angle of 319.31º 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 #EC95D0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 208 -
CMYK 0 0.37 0.12 0.07
HSL 319.31º 0.7% 0.75% -
HSV(B) 319.31º 0.37% 0.93% -
XYZ 56.72 43.88 65.15 -
YUV 181.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 236 149 208 0 0.37 0.12 0.07 319.31 0.7 0.75
Hex EC 95 D0 0 25 C 7 13F 46 4B
Octal 354 225 320 0 45 14 7 477 106 113
Binary 11101100 10010101 11010000 0 100101 1100 111 100111111 1000110 1001011

Color Harmonies of #EC95D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95D0

Black with #EC95D0

Text Example


Text Example

White with #EC95D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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