Html Css Color HEX #EF9BCC Shocking

📋 copy color: '#EF9BCC'

red 239 ◦ green 155 ◦ blue 204

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

Shades of Shocking #EF9BCC

Tints of Shocking #EF9BCC

RGB

 RED value IS 239 (93.75% from 255) = 39.97%

 GREEN value IS 155 (60.94% from 255) = 25.92%

 BLUE value IS 204 (80.08% from 255) = 34.11%

R = 39.97%
G = 25.92%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF9BCC (or 0xEF9BCC) is known color: Shocking. HEX triplet: EF, 9B and CC. RGB value is (239,155,204). Sum of RGB (Red+Green+Blue) = 239+155+204=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BCC is #106433. Grayscale: #B9B9B9. Windows color (decimal): -1074228 or 13409263. OLE color: 13409263.

HSL color Cylindrical-coordinate representation of color #EF9BCC: hue angle of 325º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BCC is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 204 -
CMYK 0 0.35 0.15 0.06
HSL 325º 0.72% 0.77% -
HSV(B) 325º 0.35% 0.94% -
XYZ 58.22 46.15 62.97 -
YUV 185.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 239 155 204 0 0.35 0.15 0.06 325 0.72 0.77
Hex EF 9B CC 0 23 F 6 145 48 4D
Octal 357 233 314 0 43 17 6 505 110 115
Binary 11101111 10011011 11001100 0 100011 1111 110 101000101 1001000 1001101

Color Harmonies of #EF9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BCC

Black with #EF9BCC

Text Example


Text Example

White with #EF9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BCC; }

 p { color: rgb(239,155,204); }

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

background-color css

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

 a { background-color: rgb(239,155,204); }

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

border-color css

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

 span { border-color: rgb(239,155,204); }

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