Html Css Color HEX #EF9BC5 Shocking

📋 copy color: '#EF9BC5'

red 239 ◦ green 155 ◦ blue 197

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

Shades of Shocking #EF9BC5

Tints of Shocking #EF9BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 40.44%
G = 26.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF9BC5 (or 0xEF9BC5) is known color: Shocking. HEX triplet: EF, 9B and C5. RGB value is (239,155,197). Sum of RGB (Red+Green+Blue) = 239+155+197=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BC5 is #10643A. Grayscale: #B8B8B8. Windows color (decimal): -1074235 or 12950511. OLE color: 12950511.

HSL color Cylindrical-coordinate representation of color #EF9BC5: hue angle of 330º 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 #EF9BC5 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 197 -
CMYK 0 0.35 0.18 0.06
HSL 330º 0.72% 0.77% -
HSV(B) 330º 0.35% 0.94% -
XYZ 57.4 45.82 58.64 -
YUV 184.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 239 155 197 0 0.35 0.18 0.06 330 0.72 0.77
Hex EF 9B C5 0 23 12 6 14A 48 4D
Octal 357 233 305 0 43 22 6 512 110 115
Binary 11101111 10011011 11000101 0 100011 10010 110 101001010 1001000 1001101

Color Harmonies of #EF9BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BC5

Black with #EF9BC5

Text Example


Text Example

White with #EF9BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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