Html Css Color HEX #EFB5BC Light Pink

📋 copy color: '#EFB5BC'

red 239 ◦ green 181 ◦ blue 188

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

Shades of Light Pink #EFB5BC

Tints of Light Pink #EFB5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.77%

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 39.31%
G = 29.77%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB5BC (or 0xEFB5BC) is known color: Light Pink. HEX triplet: EF, B5 and BC. RGB value is (239,181,188). Sum of RGB (Red+Green+Blue) = 239+181+188=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5BC is #104A43. Grayscale: #C7C7C7. Windows color (decimal): -1067588 or 12367343. OLE color: 12367343.

HSL color Cylindrical-coordinate representation of color #EFB5BC: hue angle of 352.76º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5BC is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 181 188 -
CMYK 0 0.24 0.21 0.06
HSL 352.76º 0.64% 0.82% -
HSV(B) 352.76º 0.24% 0.94% -
XYZ 61.2 55.03 54.97 -
YUV 199.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 239 181 188 0 0.24 0.21 0.06 352.76 0.64 0.82
Hex EF B5 BC 0 18 15 6 161 40 52
Octal 357 265 274 0 30 25 6 541 100 122
Binary 11101111 10110101 10111100 0 11000 10101 110 101100001 1000000 1010010

Color Harmonies of #EFB5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5BC

Black with #EFB5BC

Text Example


Text Example

White with #EFB5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5BC; }

 p { color: rgb(239,181,188); }

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

background-color css

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

 a { background-color: rgb(239,181,188); }

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

border-color css

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

 span { border-color: rgb(239,181,188); }

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