Html Css Color HEX #EF90BE Shocking

📋 copy color: '#EF90BE'

red 239 ◦ green 144 ◦ blue 190

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

Shades of Shocking #EF90BE

Tints of Shocking #EF90BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 41.71%
G = 25.13%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF90BE (or 0xEF90BE) is known color: Shocking. HEX triplet: EF, 90 and BE. RGB value is (239,144,190). Sum of RGB (Red+Green+Blue) = 239+144+190=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90BE is #106F41. Grayscale: #B1B1B1. Windows color (decimal): -1077058 or 12488943. OLE color: 12488943.

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

Color convert

RGB 239 144 190 -
CMYK 0 0.40 0.21 0.06
HSL 330.95º 0.75% 0.75% -
HSV(B) 330.95º 0.4% 0.94% -
XYZ 54.86 42.01 53.93 -
YUV 177.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 239 144 190 0 0.40 0.21 0.06 330.95 0.75 0.75
Hex EF 90 BE 0 28 15 6 14B 4B 4B
Octal 357 220 276 0 50 25 6 513 113 113
Binary 11101111 10010000 10111110 0 101000 10101 110 101001011 1001011 1001011

Color Harmonies of #EF90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90BE

Black with #EF90BE

Text Example


Text Example

White with #EF90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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