Html Css Color HEX #EF9BB0 Illusion

📋 copy color: '#EF9BB0'

red 239 ◦ green 155 ◦ blue 176

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

Shades of Illusion #EF9BB0

Tints of Illusion #EF9BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.88%

R = 41.93%
G = 27.19%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF9BB0 (or 0xEF9BB0) is known color: Illusion. HEX triplet: EF, 9B and B0. RGB value is (239,155,176). Sum of RGB (Red+Green+Blue) = 239+155+176=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9BB0 is #10644F. Grayscale: #B6B6B6. Windows color (decimal): -1074256 or 11574255. OLE color: 11574255.

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

Color convert

RGB 239 155 176 -
CMYK 0 0.35 0.26 0.06
HSL 345º 0.72% 0.77% -
HSV(B) 345º 0.35% 0.94% -
XYZ 55.15 44.93 46.84 -
YUV 182.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 239 155 176 0 0.35 0.26 0.06 345 0.72 0.77
Hex EF 9B B0 0 23 1A 6 159 48 4D
Octal 357 233 260 0 43 32 6 531 110 115
Binary 11101111 10011011 10110000 0 100011 11010 110 101011001 1001000 1001101

Color Harmonies of #EF9BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BB0

Black with #EF9BB0

Text Example


Text Example

White with #EF9BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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