Html Css Color HEX #EF90B0 Illusion

📋 copy color: '#EF90B0'

red 239 ◦ green 144 ◦ blue 176

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

Shades of Illusion #EF90B0

Tints of Illusion #EF90B0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.76%

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

R = 42.75%
G = 25.76%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF90B0 (or 0xEF90B0) is known color: Illusion. HEX triplet: EF, 90 and B0. RGB value is (239,144,176). Sum of RGB (Red+Green+Blue) = 239+144+176=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90B0 is #106F4F. Grayscale: #B0B0B0. Windows color (decimal): -1077072 or 11571439. OLE color: 11571439.

HSL color Cylindrical-coordinate representation of color #EF90B0: hue angle of 339.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90B0 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 176 -
CMYK 0 0.40 0.26 0.06
HSL 339.79º 0.75% 0.75% -
HSV(B) 339.79º 0.4% 0.94% -
XYZ 53.41 41.43 46.26 -
YUV 176.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 239 144 176 0 0.40 0.26 0.06 339.79 0.75 0.75
Hex EF 90 B0 0 28 1A 6 154 4B 4B
Octal 357 220 260 0 50 32 6 524 113 113
Binary 11101111 10010000 10110000 0 101000 11010 110 101010100 1001011 1001011

Color Harmonies of #EF90B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90B0

Black with #EF90B0

Text Example


Text Example

White with #EF90B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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