Html Css Color HEX #EF99BE Shocking

📋 copy color: '#EF99BE'

red 239 ◦ green 153 ◦ blue 190

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

Shades of Shocking #EF99BE

Tints of Shocking #EF99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.29%

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

R = 41.07%
G = 26.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF99BE (or 0xEF99BE) is known color: Shocking. HEX triplet: EF, 99 and BE. RGB value is (239,153,190). Sum of RGB (Red+Green+Blue) = 239+153+190=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99BE is #106641. Grayscale: #B6B6B6. Windows color (decimal): -1074754 or 12491247. OLE color: 12491247.

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

Color convert

RGB 239 153 190 -
CMYK 0 0.36 0.21 0.06
HSL 334.19º 0.73% 0.77% -
HSV(B) 334.19º 0.36% 0.94% -
XYZ 56.28 44.85 54.41 -
YUV 182.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 239 153 190 0 0.36 0.21 0.06 334.19 0.73 0.77
Hex EF 99 BE 0 24 15 6 14E 49 4D
Octal 357 231 276 0 44 25 6 516 111 115
Binary 11101111 10011001 10111110 0 100100 10101 110 101001110 1001001 1001101

Color Harmonies of #EF99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99BE

Black with #EF99BE

Text Example


Text Example

White with #EF99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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